Shades of Onahau #BDDFE6
Tints of Onahau #BDDFE6
RGB
CMYK
RGB Variations
Color information
#BDDFE6 (or 0xBDDFE6) is known color: Onahau. HEX triplet: BD, DF and E6. RGB value is (189,223,230). Sum of RGB (Red+Green+Blue) = 189+223+230=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 230 (90.23% from 255 or 35.83% from 642); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDDFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDFE6 is #422019. Grayscale: #D5D5D5. Windows color (decimal): -4333594 or 15130557. OLE color: 15130557.
HSL color Cylindrical-coordinate representation of color #BDDFE6: hue angle of 190.24º 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 #BDDFE6 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 223 | 230 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.10 |
| HSL | 190.24º | 0.45% | 0.82% | - |
| HSV(B) | 190.24º | 0.18% | 0.9% | - |
| XYZ | 61.66 | 69.31 | 84.99 | - |
| YUV | 213.63 | 137.24 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 230 | 0.18 | 0.03 | 0 | 0.10 | 190.24 | 0.45 | 0.82 |
| Hex | BD | DF | E6 | 12 | 3 | 0 | A | BE | 2D | 52 |
| Octal | 275 | 337 | 346 | 22 | 3 | 0 | 12 | 276 | 55 | 122 |
| Binary | 10111101 | 11011111 | 11100110 | 10010 | 11 | 0 | 1010 | 10111110 | 101101 | 1010010 |
Color Harmonies of #BDDFE6
Complementary color
Monochromatic Colors of #BDDFE6
Black with #BDDFE6
Text Example
Text Example
White with #BDDFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDFE6; }
p { color: rgb(189,223,230); }
H1.HeaderClassName
{
color: #BDDFE6;
}
.AnyTagClassName
{
color: #BDDFE6;
}
</style>
background-color css
<style>
a { background-color: #BDDFE6; }
a { background-color: rgb(189,223,230); }
div.DivClassName
{
background-color: #BDDFE6;
}
.BgClassName
{
background-color: #BDDFE6;
}
</style>
border-color css
<style>
span { border-color: #BDDFE6; }
span { border-color: rgb(189,223,230); }
td.TdClassName
{
border-color: #BDDFE6;
}
.TagClassName
{
border-color: #BDDFE6;
}
</style>