Shades of Light Blue #BDDAED
Tints of Light Blue #BDDAED
RGB
CMYK
RGB Variations
Color information
#BDDAED (or 0xBDDAED) is known color: Light Blue. HEX triplet: BD, DA and ED. RGB value is (189,218,237). Sum of RGB (Red+Green+Blue) = 189+218+237=644 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.35% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDDAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDAED is #422512. Grayscale: #D3D3D3. Windows color (decimal): -4334867 or 15588029. OLE color: 15588029.
HSL color Cylindrical-coordinate representation of color #BDDAED: hue angle of 203.75º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDDAED is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 218 | 237 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.07 |
| HSL | 203.75º | 0.57% | 0.84% | - |
| HSV(B) | 203.75º | 0.2% | 0.93% | - |
| XYZ | 61.34 | 67.08 | 89.83 | - |
| YUV | 211.5 | 142.39 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 237 | 0.20 | 0.08 | 0 | 0.07 | 203.75 | 0.57 | 0.84 |
| Hex | BD | DA | ED | 14 | 8 | 0 | 7 | CC | 39 | 54 |
| Octal | 275 | 332 | 355 | 24 | 10 | 0 | 7 | 314 | 71 | 124 |
| Binary | 10111101 | 11011010 | 11101101 | 10100 | 1000 | 0 | 111 | 11001100 | 111001 | 1010100 |
Color Harmonies of #BDDAED
Complementary color
Monochromatic Colors of #BDDAED
Black with #BDDAED
Text Example
Text Example
White with #BDDAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDAED; }
p { color: rgb(189,218,237); }
H1.HeaderClassName
{
color: #BDDAED;
}
.AnyTagClassName
{
color: #BDDAED;
}
</style>
background-color css
<style>
a { background-color: #BDDAED; }
a { background-color: rgb(189,218,237); }
div.DivClassName
{
background-color: #BDDAED;
}
.BgClassName
{
background-color: #BDDAED;
}
</style>
border-color css
<style>
span { border-color: #BDDAED; }
span { border-color: rgb(189,218,237); }
td.TdClassName
{
border-color: #BDDAED;
}
.TagClassName
{
border-color: #BDDAED;
}
</style>