Shades of Light Blue #BFD6E6
Tints of Light Blue #BFD6E6
RGB
CMYK
RGB Variations
Color information
#BFD6E6 (or 0xBFD6E6) is known color: Light Blue. HEX triplet: BF, D6 and E6. RGB value is (191,214,230). Sum of RGB (Red+Green+Blue) = 191+214+230=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 214 (83.98% from 255 or 33.70% from 635); Blue value is 230 (90.23% from 255 or 36.22% from 635); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFD6E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD6E6 is #402919. Grayscale: #D0D0D0. Windows color (decimal): -4204826 or 15128255. OLE color: 15128255.
HSL color Cylindrical-coordinate representation of color #BFD6E6: hue angle of 204.62º 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 #BFD6E6 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 214 | 230 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.10 |
| HSL | 204.62º | 0.44% | 0.83% | - |
| HSV(B) | 204.62º | 0.17% | 0.9% | - |
| XYZ | 59.82 | 64.88 | 84.23 | - |
| YUV | 208.95 | 139.88 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 230 | 0.17 | 0.07 | 0 | 0.10 | 204.62 | 0.44 | 0.83 |
| Hex | BF | D6 | E6 | 11 | 7 | 0 | A | CD | 2C | 53 |
| Octal | 277 | 326 | 346 | 21 | 7 | 0 | 12 | 315 | 54 | 123 |
| Binary | 10111111 | 11010110 | 11100110 | 10001 | 111 | 0 | 1010 | 11001101 | 101100 | 1010011 |
Color Harmonies of #BFD6E6
Complementary color
Monochromatic Colors of #BFD6E6
Black with #BFD6E6
Text Example
Text Example
White with #BFD6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD6E6; }
p { color: rgb(191,214,230); }
H1.HeaderClassName
{
color: #BFD6E6;
}
.AnyTagClassName
{
color: #BFD6E6;
}
</style>
background-color css
<style>
a { background-color: #BFD6E6; }
a { background-color: rgb(191,214,230); }
div.DivClassName
{
background-color: #BFD6E6;
}
.BgClassName
{
background-color: #BFD6E6;
}
</style>
border-color css
<style>
span { border-color: #BFD6E6; }
span { border-color: rgb(191,214,230); }
td.TdClassName
{
border-color: #BFD6E6;
}
.TagClassName
{
border-color: #BFD6E6;
}
</style>