Shades of Light Blue #BFD6DF
Tints of Light Blue #BFD6DF
RGB
CMYK
RGB Variations
Color information
#BFD6DF (or 0xBFD6DF) is known color: Light Blue. HEX triplet: BF, D6 and DF. RGB value is (191,214,223). Sum of RGB (Red+Green+Blue) = 191+214+223=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 214 (83.98% from 255 or 34.08% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFD6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD6DF is #402920. Grayscale: #D0D0D0. Windows color (decimal): -4204833 or 14669503. OLE color: 14669503.
HSL color Cylindrical-coordinate representation of color #BFD6DF: hue angle of 196.88º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFD6DF is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 191 | 214 | 223 | - |
CMYK | 0.14 | 0.04 | 0 | 0.13 |
HSL | 196.88º | 0.33% | 0.81% | - |
HSV(B) | 196.88º | 0.14% | 0.87% | - |
XYZ | 58.85 | 64.5 | 79.16 | - |
YUV | 208.15 | 136.38 | 115.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 214 | 223 | 0.14 | 0.04 | 0 | 0.13 | 196.88 | 0.33 | 0.81 |
Hex | BF | D6 | DF | E | 4 | 0 | D | C5 | 21 | 51 |
Octal | 277 | 326 | 337 | 16 | 4 | 0 | 15 | 305 | 41 | 121 |
Binary | 10111111 | 11010110 | 11011111 | 1110 | 100 | 0 | 1101 | 11000101 | 100001 | 1010001 |
Color Harmonies of #BFD6DF
Complementary color
Monochromatic Colors of #BFD6DF
Black with #BFD6DF
Text Example
Text Example
White with #BFD6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD6DF; }
p { color: rgb(191,214,223); }
H1.HeaderClassName
{
color: #BFD6DF;
}
.AnyTagClassName
{
color: #BFD6DF;
}
</style>
background-color css
<style>
a { background-color: #BFD6DF; }
a { background-color: rgb(191,214,223); }
div.DivClassName
{
background-color: #BFD6DF;
}
.BgClassName
{
background-color: #BFD6DF;
}
</style>
border-color css
<style>
span { border-color: #BFD6DF; }
span { border-color: rgb(191,214,223); }
td.TdClassName
{
border-color: #BFD6DF;
}
.TagClassName
{
border-color: #BFD6DF;
}
</style>