Shades of Light Blue #BFDBE9
Tints of Light Blue #BFDBE9
RGB
CMYK
RGB Variations
Color information
#BFDBE9 (or 0xBFDBE9) is known color: Light Blue. HEX triplet: BF, DB and E9. RGB value is (191,219,233). Sum of RGB (Red+Green+Blue) = 191+219+233=643 (85% of max value = 765). Red value is 191 (75% from 255 or 29.70% from 643); Green value is 219 (85.94% from 255 or 34.06% from 643); Blue value is 233 (91.41% from 255 or 36.24% from 643); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFDBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDBE9 is #402416. Grayscale: #D4D4D4. Windows color (decimal): -4203543 or 15326143. OLE color: 15326143.
HSL color Cylindrical-coordinate representation of color #BFDBE9: hue angle of 200º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFDBE9 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 219 | 233 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.09 |
| HSL | 200º | 0.49% | 0.83% | - |
| HSV(B) | 200º | 0.18% | 0.91% | - |
| XYZ | 61.53 | 67.62 | 86.9 | - |
| YUV | 212.22 | 139.72 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 233 | 0.18 | 0.06 | 0 | 0.09 | 200 | 0.49 | 0.83 |
| Hex | BF | DB | E9 | 12 | 6 | 0 | 9 | C8 | 31 | 53 |
| Octal | 277 | 333 | 351 | 22 | 6 | 0 | 11 | 310 | 61 | 123 |
| Binary | 10111111 | 11011011 | 11101001 | 10010 | 110 | 0 | 1001 | 11001000 | 110001 | 1010011 |
Color Harmonies of #BFDBE9
Complementary color
Monochromatic Colors of #BFDBE9
Black with #BFDBE9
Text Example
Text Example
White with #BFDBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDBE9; }
p { color: rgb(191,219,233); }
H1.HeaderClassName
{
color: #BFDBE9;
}
.AnyTagClassName
{
color: #BFDBE9;
}
</style>
background-color css
<style>
a { background-color: #BFDBE9; }
a { background-color: rgb(191,219,233); }
div.DivClassName
{
background-color: #BFDBE9;
}
.BgClassName
{
background-color: #BFDBE9;
}
</style>
border-color css
<style>
span { border-color: #BFDBE9; }
span { border-color: rgb(191,219,233); }
td.TdClassName
{
border-color: #BFDBE9;
}
.TagClassName
{
border-color: #BFDBE9;
}
</style>