Shades of Light Blue #BFDAEC
Tints of Light Blue #BFDAEC
RGB
CMYK
RGB Variations
Color information
#BFDAEC (or 0xBFDAEC) is known color: Light Blue. HEX triplet: BF, DA and EC. RGB value is (191,218,236). Sum of RGB (Red+Green+Blue) = 191+218+236=645 (85% of max value = 765). Red value is 191 (75% from 255 or 29.61% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFDAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDAEC is #402513. Grayscale: #D3D3D3. Windows color (decimal): -4203796 or 15522495. OLE color: 15522495.
HSL color Cylindrical-coordinate representation of color #BFDAEC: hue angle of 204º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFDAEC is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 218 | 236 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.07 |
| HSL | 204º | 0.54% | 0.84% | - |
| HSV(B) | 204º | 0.19% | 0.93% | - |
| XYZ | 61.7 | 67.28 | 89.09 | - |
| YUV | 211.98 | 141.55 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 236 | 0.19 | 0.08 | 0 | 0.07 | 204 | 0.54 | 0.84 |
| Hex | BF | DA | EC | 13 | 8 | 0 | 7 | CC | 36 | 54 |
| Octal | 277 | 332 | 354 | 23 | 10 | 0 | 7 | 314 | 66 | 124 |
| Binary | 10111111 | 11011010 | 11101100 | 10011 | 1000 | 0 | 111 | 11001100 | 110110 | 1010100 |
Color Harmonies of #BFDAEC
Complementary color
Monochromatic Colors of #BFDAEC
Black with #BFDAEC
Text Example
Text Example
White with #BFDAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDAEC; }
p { color: rgb(191,218,236); }
H1.HeaderClassName
{
color: #BFDAEC;
}
.AnyTagClassName
{
color: #BFDAEC;
}
</style>
background-color css
<style>
a { background-color: #BFDAEC; }
a { background-color: rgb(191,218,236); }
div.DivClassName
{
background-color: #BFDAEC;
}
.BgClassName
{
background-color: #BFDAEC;
}
</style>
border-color css
<style>
span { border-color: #BFDAEC; }
span { border-color: rgb(191,218,236); }
td.TdClassName
{
border-color: #BFDAEC;
}
.TagClassName
{
border-color: #BFDAEC;
}
</style>