Shades of Light Blue #BFD8E6
Tints of Light Blue #BFD8E6
RGB
CMYK
RGB Variations
Color information
#BFD8E6 (or 0xBFD8E6) is known color: Light Blue. HEX triplet: BF, D8 and E6. RGB value is (191,216,230). Sum of RGB (Red+Green+Blue) = 191+216+230=637 (84% of max value = 765). Red value is 191 (75% from 255 or 29.98% from 637); Green value is 216 (84.77% from 255 or 33.91% from 637); Blue value is 230 (90.23% from 255 or 36.11% from 637); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFD8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD8E6 is #402719. Grayscale: #D2D2D2. Windows color (decimal): -4204314 or 15128767. OLE color: 15128767.
HSL color Cylindrical-coordinate representation of color #BFD8E6: hue angle of 201.54º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFD8E6 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 216 | 230 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.10 |
| HSL | 201.54º | 0.44% | 0.83% | - |
| HSV(B) | 201.54º | 0.17% | 0.9% | - |
| XYZ | 60.32 | 65.9 | 84.4 | - |
| YUV | 210.12 | 139.22 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 230 | 0.17 | 0.06 | 0 | 0.10 | 201.54 | 0.44 | 0.83 |
| Hex | BF | D8 | E6 | 11 | 6 | 0 | A | CA | 2C | 53 |
| Octal | 277 | 330 | 346 | 21 | 6 | 0 | 12 | 312 | 54 | 123 |
| Binary | 10111111 | 11011000 | 11100110 | 10001 | 110 | 0 | 1010 | 11001010 | 101100 | 1010011 |
Color Harmonies of #BFD8E6
Complementary color
Monochromatic Colors of #BFD8E6
Black with #BFD8E6
Text Example
Text Example
White with #BFD8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD8E6; }
p { color: rgb(191,216,230); }
H1.HeaderClassName
{
color: #BFD8E6;
}
.AnyTagClassName
{
color: #BFD8E6;
}
</style>
background-color css
<style>
a { background-color: #BFD8E6; }
a { background-color: rgb(191,216,230); }
div.DivClassName
{
background-color: #BFD8E6;
}
.BgClassName
{
background-color: #BFD8E6;
}
</style>
border-color css
<style>
span { border-color: #BFD8E6; }
span { border-color: rgb(191,216,230); }
td.TdClassName
{
border-color: #BFD8E6;
}
.TagClassName
{
border-color: #BFD8E6;
}
</style>