Shades of Light Blue #BDCED4
Tints of Light Blue #BDCED4
RGB
CMYK
RGB Variations
Color information
#BDCED4 (or 0xBDCED4) is known color: Light Blue. HEX triplet: BD, CE and D4. RGB value is (189,206,212). Sum of RGB (Red+Green+Blue) = 189+206+212=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 212 (83.20% from 255 or 34.93% from 607); Max value from RGB is 212 - color contains mainly: blue. Hex color #BDCED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCED4 is #42312B. Grayscale: #C9C9C9. Windows color (decimal): -4337964 or 13946557. OLE color: 13946557.
HSL color Cylindrical-coordinate representation of color #BDCED4: hue angle of 195.65º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDCED4 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 189 | 206 | 212 | - |
CMYK | 0.11 | 0.03 | 0 | 0.17 |
HSL | 195.65º | 0.21% | 0.79% | - |
HSV(B) | 195.65º | 0.11% | 0.83% | - |
XYZ | 54.94 | 59.71 | 70.92 | - |
YUV | 201.6 | 133.87 | 119.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 206 | 212 | 0.11 | 0.03 | 0 | 0.17 | 195.65 | 0.21 | 0.79 |
Hex | BD | CE | D4 | B | 3 | 0 | 11 | C4 | 15 | 4F |
Octal | 275 | 316 | 324 | 13 | 3 | 0 | 21 | 304 | 25 | 117 |
Binary | 10111101 | 11001110 | 11010100 | 1011 | 11 | 0 | 10001 | 11000100 | 10101 | 1001111 |
Color Harmonies of #BDCED4
Complementary color
Monochromatic Colors of #BDCED4
Black with #BDCED4
Text Example
Text Example
White with #BDCED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCED4; }
p { color: rgb(189,206,212); }
H1.HeaderClassName
{
color: #BDCED4;
}
.AnyTagClassName
{
color: #BDCED4;
}
</style>
background-color css
<style>
a { background-color: #BDCED4; }
a { background-color: rgb(189,206,212); }
div.DivClassName
{
background-color: #BDCED4;
}
.BgClassName
{
background-color: #BDCED4;
}
</style>
border-color css
<style>
span { border-color: #BDCED4; }
span { border-color: rgb(189,206,212); }
td.TdClassName
{
border-color: #BDCED4;
}
.TagClassName
{
border-color: #BDCED4;
}
</style>