crispedge.com

Color picker

Loading...

#bbc6eb hex color - Blue - Cool color - Information

#bbc6eb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #bbc6eb Color code in RGB color code model is created after adding 73.33% red color, 77.65% green color and 92.16% blue color. Hex #bbc6eb Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 16% magenta, 0% yellow and 8% black.

Hex #bbc6eb color code is between #aaccee web safe hex color code and #ccbbdd web safe hex color code. #aaccee is the nearest web safe color code. You can see here many more shades of #bbc6eb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codebbc6eb#bbc6eb
RGB Decimal187, 198, 235rgb(187, 198, 235)
RGB Percent73%, 78%, 92%rgb(73%, 78%, 92%)
CSS RGBa187, 198, 235,1rgba(187,198,235,1)
CMYK Modelcmyk(20%,16%,0%,8%)
HSL Color Space226,55% ,83%hsl(226,55% ,83%)
HSV Color Space226°, 20%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101110111100011011101011
Octal273306353
Decimal187198235
Hexbbc6eb

Different shades of #bbc6eb color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #bbc6eb
#e2e7f7
Dark Shade of #bbc6eb
#94a5df
Saturated Shade of #bbc6eb
#b7c4ef
Desaturated Shade of #bbc6eb
#bfc8e7
Grey scale Shade of #bbc6eb
#d3d3d3
Brighten Shade
#d4dfff
Most Readable Shade
#000000

Shades of #bbc6eb color code

Generate more color scales with scales (color stack) generator.

#bbc6eb
#a6b0d0
#919ab6
#7c849c
#676e82
#535868
#3e424e
#292c34
#14161a
#000000

Similar Color like #bbc6eb color

Find visually similar hex color codes nearing to #bbc6eb hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#bcc7ec
#bdc8ed
#bec9ee
#bfcaef
#c0cbf0
#c1ccf1
#c2cdf2
#c3cef3
#c4cff4
#c5d0f5
#c6d1f6
#c7d2f7
#c8d3f8
#c9d4f9
#bac5ea
#b9c4e9
#b8c3e8
#b7c2e7
#b6c1e6
#b5c0e5
#b4bfe4
#b3bee3
#b2bde2
#b1bce1
#b0bbe0
#afbadf
#aeb9de
#adb8dd

Monochromatic Color with #bbc6eb

#bbc6eb
#121316
#343741
#565b6b
#777e96
#99a2c0

Tints of #bbc6eb Color

#bbc6eb
#c2cced
#cad2ef
#d1d9f1
#d9dff3
#e0e5f6
#e8ecf8
#eff2fa
#f7f8fc
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#bbc6eb
#ebe0bb

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#bbc6eb
#ebc8bb
#deebbb

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#bbd9eb
#bbd0eb
#bbc6eb
#bbbceb
#c3bbeb

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#bbc6eb
#ebbbc6
#c6ebbb

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#bbc6eb
#ebbbde
#ebe0bb
#bbebc8

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#bbc6eb
#ebe0bb
#deebbb
#c8bbeb

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #bbc6eb Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#bbc6eb Color Code Preview on Black Background Color

This is how #bbc6eb Color will look on black background color. Color contrast ratio is 12.39

#bbc6eb in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#bbc6eb">Your Example Paragraph content text in with font color #bbc6eb </p>

Your Example Paragraph content text in with font color #bbc6eb

HTML with inline CSS

<div style="color:#bbc6eb">Your Paragraph text in with font color #bbc6eb </div>

Your Example Paragraph content text in with font color #bbc6eb

#bbc6eb color code is use for CSS Background Color

Background color for the above div is #bbc6eb

HTML with inline CSS

<div style="background-color:#bbc6eb;"></div>

#bbc6eb color code is use for CSS Border Color

CSS Border color for the above div is #bbc6eb

HTML with inline CSS

<div style="border:5px solid #bbc6eb;"></div>

CSS Border Left color for the above div is #bbc6eb

HTML with inline CSS

<div style="border-left:5px solid #bbc6eb;"></div>

CSS Border Right color for the above div is #bbc6eb

HTML with inline CSS

<div style="border-right:5px solid #bbc6eb;"></div>

CSS Border Bottom color for the above div is #bbc6eb

HTML with inline CSS

<div style="border-bottom:5px solid #bbc6eb;"></div>

CSS Border Top color for the above div is #bbc6eb

HTML with inline CSS

<div style="border-top:5px solid #bbc6eb;"></div>

#bbc6eb hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#bbc6eb; } .examplecolorclass {color:#bbc6eb; } .examplebordercolor {border:3px solid #bbc6eb; }

#bbc6eb Color code Preview on White Background

This is how #bbc6eb Color code will look on white background color. Color contrast ratio is 1.69

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #bbc6eb; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #bbc6eb; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(187,198,235,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(235,224,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(187,198,235,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.