Shades of Onahau #BDE1E6
Tints of Onahau #BDE1E6
RGB
CMYK
RGB Variations
Color information
#BDE1E6 (or 0xBDE1E6) is known color: Onahau. HEX triplet: BD, E1 and E6. RGB value is (189,225,230). Sum of RGB (Red+Green+Blue) = 189+225+230=644 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.35% from 644); Green value is 225 (88.28% from 255 or 34.94% from 644); Blue value is 230 (90.23% from 255 or 35.71% from 644); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDE1E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE1E6 is #421E19. Grayscale: #D6D6D6. Windows color (decimal): -4333082 or 15131069. OLE color: 15131069.
HSL color Cylindrical-coordinate representation of color #BDE1E6: hue angle of 187.32º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE1E6 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 225 | 230 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.10 |
| HSL | 187.32º | 0.45% | 0.82% | - |
| HSV(B) | 187.32º | 0.18% | 0.9% | - |
| XYZ | 62.19 | 70.38 | 85.17 | - |
| YUV | 214.81 | 136.57 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 230 | 0.18 | 0.02 | 0 | 0.10 | 187.32 | 0.45 | 0.82 |
| Hex | BD | E1 | E6 | 12 | 2 | 0 | A | BB | 2D | 52 |
| Octal | 275 | 341 | 346 | 22 | 2 | 0 | 12 | 273 | 55 | 122 |
| Binary | 10111101 | 11100001 | 11100110 | 10010 | 10 | 0 | 1010 | 10111011 | 101101 | 1010010 |
Color Harmonies of #BDE1E6
Complementary color
Monochromatic Colors of #BDE1E6
Black with #BDE1E6
Text Example
Text Example
White with #BDE1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE1E6; }
p { color: rgb(189,225,230); }
H1.HeaderClassName
{
color: #BDE1E6;
}
.AnyTagClassName
{
color: #BDE1E6;
}
</style>
background-color css
<style>
a { background-color: #BDE1E6; }
a { background-color: rgb(189,225,230); }
div.DivClassName
{
background-color: #BDE1E6;
}
.BgClassName
{
background-color: #BDE1E6;
}
</style>
border-color css
<style>
span { border-color: #BDE1E6; }
span { border-color: rgb(189,225,230); }
td.TdClassName
{
border-color: #BDE1E6;
}
.TagClassName
{
border-color: #BDE1E6;
}
</style>