Shades of Light Blue #BFD4E1
Tints of Light Blue #BFD4E1
RGB
CMYK
RGB Variations
Color information
#BFD4E1 (or 0xBFD4E1) is known color: Light Blue. HEX triplet: BF, D4 and E1. RGB value is (191,212,225). Sum of RGB (Red+Green+Blue) = 191+212+225=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 212 (83.20% from 255 or 33.76% from 628); Blue value is 225 (88.28% from 255 or 35.83% from 628); Max value from RGB is 225 - color contains mainly: blue. Hex color #BFD4E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD4E1 is #402B1E. Grayscale: #CFCFCF. Windows color (decimal): -4205343 or 14800063. OLE color: 14800063.
HSL color Cylindrical-coordinate representation of color #BFD4E1: hue angle of 202.94º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFD4E1 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 212 | 225 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.12 |
| HSL | 202.94º | 0.36% | 0.82% | - |
| HSV(B) | 202.94º | 0.15% | 0.88% | - |
| XYZ | 58.62 | 63.6 | 80.42 | - |
| YUV | 207.2 | 138.04 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 225 | 0.15 | 0.06 | 0 | 0.12 | 202.94 | 0.36 | 0.82 |
| Hex | BF | D4 | E1 | F | 6 | 0 | C | CB | 24 | 52 |
| Octal | 277 | 324 | 341 | 17 | 6 | 0 | 14 | 313 | 44 | 122 |
| Binary | 10111111 | 11010100 | 11100001 | 1111 | 110 | 0 | 1100 | 11001011 | 100100 | 1010010 |
Color Harmonies of #BFD4E1
Complementary color
Monochromatic Colors of #BFD4E1
Black with #BFD4E1
Text Example
Text Example
White with #BFD4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD4E1; }
p { color: rgb(191,212,225); }
H1.HeaderClassName
{
color: #BFD4E1;
}
.AnyTagClassName
{
color: #BFD4E1;
}
</style>
background-color css
<style>
a { background-color: #BFD4E1; }
a { background-color: rgb(191,212,225); }
div.DivClassName
{
background-color: #BFD4E1;
}
.BgClassName
{
background-color: #BFD4E1;
}
</style>
border-color css
<style>
span { border-color: #BFD4E1; }
span { border-color: rgb(191,212,225); }
td.TdClassName
{
border-color: #BFD4E1;
}
.TagClassName
{
border-color: #BFD4E1;
}
</style>