Shades of Onahau #BDDFF4
Tints of Onahau #BDDFF4
RGB
CMYK
RGB Variations
Color information
#BDDFF4 (or 0xBDDFF4) is known color: Onahau. HEX triplet: BD, DF and F4. RGB value is (189,223,244). Sum of RGB (Red+Green+Blue) = 189+223+244=656 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.81% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 244 (95.70% from 255 or 37.20% from 656); Max value from RGB is 244 - color contains mainly: blue. Hex color #BDDFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDFF4 is #42200B. Grayscale: #D7D7D7. Windows color (decimal): -4333580 or 16048061. OLE color: 16048061.
HSL color Cylindrical-coordinate representation of color #BDDFF4: hue angle of 202.91º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDDFF4 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 223 | 244 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.04 |
| HSL | 202.91º | 0.71% | 0.85% | - |
| HSV(B) | 202.91º | 0.23% | 0.96% | - |
| XYZ | 63.7 | 70.13 | 95.77 | - |
| YUV | 215.23 | 144.24 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 244 | 0.23 | 0.09 | 0 | 0.04 | 202.91 | 0.71 | 0.85 |
| Hex | BD | DF | F4 | 17 | 9 | 0 | 4 | CB | 47 | 55 |
| Octal | 275 | 337 | 364 | 27 | 11 | 0 | 4 | 313 | 107 | 125 |
| Binary | 10111101 | 11011111 | 11110100 | 10111 | 1001 | 0 | 100 | 11001011 | 1000111 | 1010101 |
Color Harmonies of #BDDFF4
Complementary color
Monochromatic Colors of #BDDFF4
Black with #BDDFF4
Text Example
Text Example
White with #BDDFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDFF4; }
p { color: rgb(189,223,244); }
H1.HeaderClassName
{
color: #BDDFF4;
}
.AnyTagClassName
{
color: #BDDFF4;
}
</style>
background-color css
<style>
a { background-color: #BDDFF4; }
a { background-color: rgb(189,223,244); }
div.DivClassName
{
background-color: #BDDFF4;
}
.BgClassName
{
background-color: #BDDFF4;
}
</style>
border-color css
<style>
span { border-color: #BDDFF4; }
span { border-color: rgb(189,223,244); }
td.TdClassName
{
border-color: #BDDFF4;
}
.TagClassName
{
border-color: #BDDFF4;
}
</style>