Shades of Light Blue #BBCFD5
Tints of Light Blue #BBCFD5
RGB
CMYK
RGB Variations
Color information
#BBCFD5 (or 0xBBCFD5) is known color: Light Blue. HEX triplet: BB, CF and D5. RGB value is (187,207,213). Sum of RGB (Red+Green+Blue) = 187+207+213=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 213 (83.59% from 255 or 35.09% from 607); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBCFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFD5 is #44302A. Grayscale: #C9C9C9. Windows color (decimal): -4468779 or 14012347. OLE color: 14012347.
HSL color Cylindrical-coordinate representation of color #BBCFD5: hue angle of 193.85º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBCFD5 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 187 | 207 | 213 | - |
CMYK | 0.12 | 0.03 | 0 | 0.16 |
HSL | 193.85º | 0.24% | 0.78% | - |
HSV(B) | 193.85º | 0.12% | 0.84% | - |
XYZ | 54.82 | 59.99 | 71.64 | - |
YUV | 201.7 | 134.37 | 117.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 207 | 213 | 0.12 | 0.03 | 0 | 0.16 | 193.85 | 0.24 | 0.78 |
Hex | BB | CF | D5 | C | 3 | 0 | 10 | C2 | 18 | 4E |
Octal | 273 | 317 | 325 | 14 | 3 | 0 | 20 | 302 | 30 | 116 |
Binary | 10111011 | 11001111 | 11010101 | 1100 | 11 | 0 | 10000 | 11000010 | 11000 | 1001110 |
Color Harmonies of #BBCFD5
Complementary color
Monochromatic Colors of #BBCFD5
Black with #BBCFD5
Text Example
Text Example
White with #BBCFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCFD5; }
p { color: rgb(187,207,213); }
H1.HeaderClassName
{
color: #BBCFD5;
}
.AnyTagClassName
{
color: #BBCFD5;
}
</style>
background-color css
<style>
a { background-color: #BBCFD5; }
a { background-color: rgb(187,207,213); }
div.DivClassName
{
background-color: #BBCFD5;
}
.BgClassName
{
background-color: #BBCFD5;
}
</style>
border-color css
<style>
span { border-color: #BBCFD5; }
span { border-color: rgb(187,207,213); }
td.TdClassName
{
border-color: #BBCFD5;
}
.TagClassName
{
border-color: #BBCFD5;
}
</style>