Shades of Light Blue #BFD9E5
Tints of Light Blue #BFD9E5
RGB
CMYK
RGB Variations
Color information
#BFD9E5 (or 0xBFD9E5) is known color: Light Blue. HEX triplet: BF, D9 and E5. RGB value is (191,217,229). Sum of RGB (Red+Green+Blue) = 191+217+229=637 (84% of max value = 765). Red value is 191 (75% from 255 or 29.98% from 637); Green value is 217 (85.16% from 255 or 34.07% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFD9E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD9E5 is #40261A. Grayscale: #D2D2D2. Windows color (decimal): -4204059 or 15063487. OLE color: 15063487.
HSL color Cylindrical-coordinate representation of color #BFD9E5: hue angle of 198.95º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFD9E5 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 191 | 217 | 229 | - |
CMYK | 0.17 | 0.05 | 0 | 0.10 |
HSL | 198.95º | 0.42% | 0.82% | - |
HSV(B) | 198.95º | 0.17% | 0.9% | - |
XYZ | 60.44 | 66.36 | 83.75 | - |
YUV | 210.59 | 138.39 | 114.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 217 | 229 | 0.17 | 0.05 | 0 | 0.10 | 198.95 | 0.42 | 0.82 |
Hex | BF | D9 | E5 | 11 | 5 | 0 | A | C7 | 2A | 52 |
Octal | 277 | 331 | 345 | 21 | 5 | 0 | 12 | 307 | 52 | 122 |
Binary | 10111111 | 11011001 | 11100101 | 10001 | 101 | 0 | 1010 | 11000111 | 101010 | 1010010 |
Color Harmonies of #BFD9E5
Complementary color
Monochromatic Colors of #BFD9E5
Black with #BFD9E5
Text Example
Text Example
White with #BFD9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD9E5; }
p { color: rgb(191,217,229); }
H1.HeaderClassName
{
color: #BFD9E5;
}
.AnyTagClassName
{
color: #BFD9E5;
}
</style>
background-color css
<style>
a { background-color: #BFD9E5; }
a { background-color: rgb(191,217,229); }
div.DivClassName
{
background-color: #BFD9E5;
}
.BgClassName
{
background-color: #BFD9E5;
}
</style>
border-color css
<style>
span { border-color: #BFD9E5; }
span { border-color: rgb(191,217,229); }
td.TdClassName
{
border-color: #BFD9E5;
}
.TagClassName
{
border-color: #BFD9E5;
}
</style>