Shades of Light Blue #BBD5E4
Tints of Light Blue #BBD5E4
RGB
CMYK
RGB Variations
Color information
#BBD5E4 (or 0xBBD5E4) is known color: Light Blue. HEX triplet: BB, D5 and E4. RGB value is (187,213,228). Sum of RGB (Red+Green+Blue) = 187+213+228=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 213 (83.59% from 255 or 33.92% from 628); Blue value is 228 (89.45% from 255 or 36.31% from 628); Max value from RGB is 228 - color contains mainly: blue. Hex color #BBD5E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD5E4 is #442A1B. Grayscale: #CECECE. Windows color (decimal): -4467228 or 14996923. OLE color: 14996923.
HSL color Cylindrical-coordinate representation of color #BBD5E4: hue angle of 201.95º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBD5E4 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 187 | 213 | 228 | - |
CMYK | 0.18 | 0.07 | 0 | 0.11 |
HSL | 201.95º | 0.43% | 0.81% | - |
HSV(B) | 201.95º | 0.18% | 0.89% | - |
XYZ | 58.29 | 63.75 | 82.63 | - |
YUV | 206.94 | 139.89 | 113.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 213 | 228 | 0.18 | 0.07 | 0 | 0.11 | 201.95 | 0.43 | 0.81 |
Hex | BB | D5 | E4 | 12 | 7 | 0 | B | CA | 2B | 51 |
Octal | 273 | 325 | 344 | 22 | 7 | 0 | 13 | 312 | 53 | 121 |
Binary | 10111011 | 11010101 | 11100100 | 10010 | 111 | 0 | 1011 | 11001010 | 101011 | 1010001 |
Color Harmonies of #BBD5E4
Complementary color
Monochromatic Colors of #BBD5E4
Black with #BBD5E4
Text Example
Text Example
White with #BBD5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD5E4; }
p { color: rgb(187,213,228); }
H1.HeaderClassName
{
color: #BBD5E4;
}
.AnyTagClassName
{
color: #BBD5E4;
}
</style>
background-color css
<style>
a { background-color: #BBD5E4; }
a { background-color: rgb(187,213,228); }
div.DivClassName
{
background-color: #BBD5E4;
}
.BgClassName
{
background-color: #BBD5E4;
}
</style>
border-color css
<style>
span { border-color: #BBD5E4; }
span { border-color: rgb(187,213,228); }
td.TdClassName
{
border-color: #BBD5E4;
}
.TagClassName
{
border-color: #BBD5E4;
}
</style>