Shades of Light Blue #BFD3E0
Tints of Light Blue #BFD3E0
RGB
CMYK
RGB Variations
Color information
#BFD3E0 (or 0xBFD3E0) is known color: Light Blue. HEX triplet: BF, D3 and E0. RGB value is (191,211,224). Sum of RGB (Red+Green+Blue) = 191+211+224=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 211 (82.81% from 255 or 33.71% from 626); Blue value is 224 (87.89% from 255 or 35.78% from 626); Max value from RGB is 224 - color contains mainly: blue. Hex color #BFD3E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD3E0 is #402C1F. Grayscale: #CECECE. Windows color (decimal): -4205600 or 14734271. OLE color: 14734271.
HSL color Cylindrical-coordinate representation of color #BFD3E0: hue angle of 203.64º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFD3E0 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 211 | 224 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.12 |
| HSL | 203.64º | 0.35% | 0.81% | - |
| HSV(B) | 203.64º | 0.15% | 0.88% | - |
| XYZ | 58.23 | 63.05 | 79.62 | - |
| YUV | 206.5 | 137.87 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 224 | 0.15 | 0.06 | 0 | 0.12 | 203.64 | 0.35 | 0.81 |
| Hex | BF | D3 | E0 | F | 6 | 0 | C | CC | 23 | 51 |
| Octal | 277 | 323 | 340 | 17 | 6 | 0 | 14 | 314 | 43 | 121 |
| Binary | 10111111 | 11010011 | 11100000 | 1111 | 110 | 0 | 1100 | 11001100 | 100011 | 1010001 |
Color Harmonies of #BFD3E0
Complementary color
Monochromatic Colors of #BFD3E0
Black with #BFD3E0
Text Example
Text Example
White with #BFD3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD3E0; }
p { color: rgb(191,211,224); }
H1.HeaderClassName
{
color: #BFD3E0;
}
.AnyTagClassName
{
color: #BFD3E0;
}
</style>
background-color css
<style>
a { background-color: #BFD3E0; }
a { background-color: rgb(191,211,224); }
div.DivClassName
{
background-color: #BFD3E0;
}
.BgClassName
{
background-color: #BFD3E0;
}
</style>
border-color css
<style>
span { border-color: #BFD3E0; }
span { border-color: rgb(191,211,224); }
td.TdClassName
{
border-color: #BFD3E0;
}
.TagClassName
{
border-color: #BFD3E0;
}
</style>