Shades of Onahau #BDDFE8
Tints of Onahau #BDDFE8
RGB
CMYK
RGB Variations
Color information
#BDDFE8 (or 0xBDDFE8) is known color: Onahau. HEX triplet: BD, DF and E8. RGB value is (189,223,232). Sum of RGB (Red+Green+Blue) = 189+223+232=644 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.35% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 232 (91.02% from 255 or 36.02% from 644); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDDFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDFE8 is #422017. Grayscale: #D5D5D5. Windows color (decimal): -4333592 or 15261629. OLE color: 15261629.
HSL color Cylindrical-coordinate representation of color #BDDFE8: hue angle of 192.56º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDDFE8 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 223 | 232 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.09 |
| HSL | 192.56º | 0.48% | 0.83% | - |
| HSV(B) | 192.56º | 0.19% | 0.91% | - |
| XYZ | 61.94 | 69.42 | 86.48 | - |
| YUV | 213.86 | 138.24 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 232 | 0.19 | 0.04 | 0 | 0.09 | 192.56 | 0.48 | 0.83 |
| Hex | BD | DF | E8 | 13 | 4 | 0 | 9 | C1 | 30 | 53 |
| Octal | 275 | 337 | 350 | 23 | 4 | 0 | 11 | 301 | 60 | 123 |
| Binary | 10111101 | 11011111 | 11101000 | 10011 | 100 | 0 | 1001 | 11000001 | 110000 | 1010011 |
Color Harmonies of #BDDFE8
Complementary color
Monochromatic Colors of #BDDFE8
Black with #BDDFE8
Text Example
Text Example
White with #BDDFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDFE8; }
p { color: rgb(189,223,232); }
H1.HeaderClassName
{
color: #BDDFE8;
}
.AnyTagClassName
{
color: #BDDFE8;
}
</style>
background-color css
<style>
a { background-color: #BDDFE8; }
a { background-color: rgb(189,223,232); }
div.DivClassName
{
background-color: #BDDFE8;
}
.BgClassName
{
background-color: #BDDFE8;
}
</style>
border-color css
<style>
span { border-color: #BDDFE8; }
span { border-color: rgb(189,223,232); }
td.TdClassName
{
border-color: #BDDFE8;
}
.TagClassName
{
border-color: #BDDFE8;
}
</style>