Shades of Light Blue #BFDAEB
Tints of Light Blue #BFDAEB
RGB
CMYK
RGB Variations
Color information
#BFDAEB (or 0xBFDAEB) is known color: Light Blue. HEX triplet: BF, DA and EB. RGB value is (191,218,235). Sum of RGB (Red+Green+Blue) = 191+218+235=644 (85% of max value = 765). Red value is 191 (75% from 255 or 29.66% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFDAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDAEB is #402514. Grayscale: #D3D3D3. Windows color (decimal): -4203797 or 15456959. OLE color: 15456959.
HSL color Cylindrical-coordinate representation of color #BFDAEB: hue angle of 203.18º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFDAEB is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 218 | 235 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.08 |
| HSL | 203.18º | 0.52% | 0.84% | - |
| HSV(B) | 203.18º | 0.19% | 0.92% | - |
| XYZ | 61.55 | 67.22 | 88.33 | - |
| YUV | 211.87 | 141.05 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 235 | 0.19 | 0.07 | 0 | 0.08 | 203.18 | 0.52 | 0.84 |
| Hex | BF | DA | EB | 13 | 7 | 0 | 8 | CB | 34 | 54 |
| Octal | 277 | 332 | 353 | 23 | 7 | 0 | 10 | 313 | 64 | 124 |
| Binary | 10111111 | 11011010 | 11101011 | 10011 | 111 | 0 | 1000 | 11001011 | 110100 | 1010100 |
Color Harmonies of #BFDAEB
Complementary color
Monochromatic Colors of #BFDAEB
Black with #BFDAEB
Text Example
Text Example
White with #BFDAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDAEB; }
p { color: rgb(191,218,235); }
H1.HeaderClassName
{
color: #BFDAEB;
}
.AnyTagClassName
{
color: #BFDAEB;
}
</style>
background-color css
<style>
a { background-color: #BFDAEB; }
a { background-color: rgb(191,218,235); }
div.DivClassName
{
background-color: #BFDAEB;
}
.BgClassName
{
background-color: #BFDAEB;
}
</style>
border-color css
<style>
span { border-color: #BFDAEB; }
span { border-color: rgb(191,218,235); }
td.TdClassName
{
border-color: #BFDAEB;
}
.TagClassName
{
border-color: #BFDAEB;
}
</style>