Shades of Light Blue #BDDAEA
Tints of Light Blue #BDDAEA
RGB
CMYK
RGB Variations
Color information
#BDDAEA (or 0xBDDAEA) is known color: Light Blue. HEX triplet: BD, DA and EA. RGB value is (189,218,234). Sum of RGB (Red+Green+Blue) = 189+218+234=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDDAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDAEA is #422515. Grayscale: #D3D3D3. Windows color (decimal): -4334870 or 15391421. OLE color: 15391421.
HSL color Cylindrical-coordinate representation of color #BDDAEA: hue angle of 201.33º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDDAEA is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 218 | 234 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.08 |
| HSL | 201.33º | 0.52% | 0.83% | - |
| HSV(B) | 201.33º | 0.19% | 0.92% | - |
| XYZ | 60.91 | 66.9 | 87.55 | - |
| YUV | 211.15 | 140.89 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 234 | 0.19 | 0.07 | 0 | 0.08 | 201.33 | 0.52 | 0.83 |
| Hex | BD | DA | EA | 13 | 7 | 0 | 8 | C9 | 34 | 53 |
| Octal | 275 | 332 | 352 | 23 | 7 | 0 | 10 | 311 | 64 | 123 |
| Binary | 10111101 | 11011010 | 11101010 | 10011 | 111 | 0 | 1000 | 11001001 | 110100 | 1010011 |
Color Harmonies of #BDDAEA
Complementary color
Monochromatic Colors of #BDDAEA
Black with #BDDAEA
Text Example
Text Example
White with #BDDAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDAEA; }
p { color: rgb(189,218,234); }
H1.HeaderClassName
{
color: #BDDAEA;
}
.AnyTagClassName
{
color: #BDDAEA;
}
</style>
background-color css
<style>
a { background-color: #BDDAEA; }
a { background-color: rgb(189,218,234); }
div.DivClassName
{
background-color: #BDDAEA;
}
.BgClassName
{
background-color: #BDDAEA;
}
</style>
border-color css
<style>
span { border-color: #BDDAEA; }
span { border-color: rgb(189,218,234); }
td.TdClassName
{
border-color: #BDDAEA;
}
.TagClassName
{
border-color: #BDDAEA;
}
</style>