Shades of Light Blue #BDCFD7
Tints of Light Blue #BDCFD7
RGB
CMYK
RGB Variations
Color information
#BDCFD7 (or 0xBDCFD7) is known color: Light Blue. HEX triplet: BD, CF and D7. RGB value is (189,207,215). Sum of RGB (Red+Green+Blue) = 189+207+215=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 215 (84.38% from 255 or 35.19% from 611); Max value from RGB is 215 - color contains mainly: blue. Hex color #BDCFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCFD7 is #423028. Grayscale: #CACACA. Windows color (decimal): -4337705 or 14143421. OLE color: 14143421.
HSL color Cylindrical-coordinate representation of color #BDCFD7: hue angle of 198.46º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDCFD7 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 189 | 207 | 215 | - |
CMYK | 0.12 | 0.04 | 0 | 0.16 |
HSL | 198.46º | 0.25% | 0.79% | - |
HSV(B) | 198.46º | 0.12% | 0.84% | - |
XYZ | 55.56 | 60.35 | 73.01 | - |
YUV | 202.53 | 135.04 | 118.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 207 | 215 | 0.12 | 0.04 | 0 | 0.16 | 198.46 | 0.25 | 0.79 |
Hex | BD | CF | D7 | C | 4 | 0 | 10 | C6 | 19 | 4F |
Octal | 275 | 317 | 327 | 14 | 4 | 0 | 20 | 306 | 31 | 117 |
Binary | 10111101 | 11001111 | 11010111 | 1100 | 100 | 0 | 10000 | 11000110 | 11001 | 1001111 |
Color Harmonies of #BDCFD7
Complementary color
Monochromatic Colors of #BDCFD7
Black with #BDCFD7
Text Example
Text Example
White with #BDCFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCFD7; }
p { color: rgb(189,207,215); }
H1.HeaderClassName
{
color: #BDCFD7;
}
.AnyTagClassName
{
color: #BDCFD7;
}
</style>
background-color css
<style>
a { background-color: #BDCFD7; }
a { background-color: rgb(189,207,215); }
div.DivClassName
{
background-color: #BDCFD7;
}
.BgClassName
{
background-color: #BDCFD7;
}
</style>
border-color css
<style>
span { border-color: #BDCFD7; }
span { border-color: rgb(189,207,215); }
td.TdClassName
{
border-color: #BDCFD7;
}
.TagClassName
{
border-color: #BDCFD7;
}
</style>