Shades of Light Blue #BFCFD5
Tints of Light Blue #BFCFD5
RGB
CMYK
RGB Variations
Color information
#BFCFD5 (or 0xBFCFD5) is known color: Light Blue. HEX triplet: BF, CF and D5. RGB value is (191,207,213). Sum of RGB (Red+Green+Blue) = 191+207+213=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 213 (83.59% from 255 or 34.86% from 611); Max value from RGB is 213 - color contains mainly: blue. Hex color #BFCFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCFD5 is #40302A. Grayscale: #CACACA. Windows color (decimal): -4206635 or 14012351. OLE color: 14012351.
HSL color Cylindrical-coordinate representation of color #BFCFD5: hue angle of 196.36º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFCFD5 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 191 | 207 | 213 | - |
CMYK | 0.10 | 0.03 | 0 | 0.16 |
HSL | 196.36º | 0.21% | 0.79% | - |
HSV(B) | 196.36º | 0.1% | 0.84% | - |
XYZ | 55.81 | 60.51 | 71.69 | - |
YUV | 202.9 | 133.7 | 119.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 207 | 213 | 0.10 | 0.03 | 0 | 0.16 | 196.36 | 0.21 | 0.79 |
Hex | BF | CF | D5 | A | 3 | 0 | 10 | C4 | 15 | 4F |
Octal | 277 | 317 | 325 | 12 | 3 | 0 | 20 | 304 | 25 | 117 |
Binary | 10111111 | 11001111 | 11010101 | 1010 | 11 | 0 | 10000 | 11000100 | 10101 | 1001111 |
Color Harmonies of #BFCFD5
Complementary color
Monochromatic Colors of #BFCFD5
Black with #BFCFD5
Text Example
Text Example
White with #BFCFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCFD5; }
p { color: rgb(191,207,213); }
H1.HeaderClassName
{
color: #BFCFD5;
}
.AnyTagClassName
{
color: #BFCFD5;
}
</style>
background-color css
<style>
a { background-color: #BFCFD5; }
a { background-color: rgb(191,207,213); }
div.DivClassName
{
background-color: #BFCFD5;
}
.BgClassName
{
background-color: #BFCFD5;
}
</style>
border-color css
<style>
span { border-color: #BFCFD5; }
span { border-color: rgb(191,207,213); }
td.TdClassName
{
border-color: #BFCFD5;
}
.TagClassName
{
border-color: #BFCFD5;
}
</style>