Shades of Onahau #BDEEF2
Tints of Onahau #BDEEF2
RGB
CMYK
RGB Variations
Color information
#BDEEF2 (or 0xBDEEF2) is known color: Onahau. HEX triplet: BD, EE and F2. RGB value is (189,238,242). Sum of RGB (Red+Green+Blue) = 189+238+242=669 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.25% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 242 (94.92% from 255 or 36.17% from 669); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDEEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEEF2 is #42110D. Grayscale: #DFDFDF. Windows color (decimal): -4329742 or 15920829. OLE color: 15920829.
HSL color Cylindrical-coordinate representation of color #BDEEF2: hue angle of 184.53º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDEEF2 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 238 | 242 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.05 |
| HSL | 184.53º | 0.67% | 0.85% | - |
| HSV(B) | 184.53º | 0.22% | 0.95% | - |
| XYZ | 67.59 | 78.38 | 95.57 | - |
| YUV | 223.81 | 138.27 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 238 | 242 | 0.22 | 0.02 | 0 | 0.05 | 184.53 | 0.67 | 0.85 |
| Hex | BD | EE | F2 | 16 | 2 | 0 | 5 | B9 | 43 | 55 |
| Octal | 275 | 356 | 362 | 26 | 2 | 0 | 5 | 271 | 103 | 125 |
| Binary | 10111101 | 11101110 | 11110010 | 10110 | 10 | 0 | 101 | 10111001 | 1000011 | 1010101 |
Color Harmonies of #BDEEF2
Complementary color
Monochromatic Colors of #BDEEF2
Black with #BDEEF2
Text Example
Text Example
White with #BDEEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEEF2; }
p { color: rgb(189,238,242); }
H1.HeaderClassName
{
color: #BDEEF2;
}
.AnyTagClassName
{
color: #BDEEF2;
}
</style>
background-color css
<style>
a { background-color: #BDEEF2; }
a { background-color: rgb(189,238,242); }
div.DivClassName
{
background-color: #BDEEF2;
}
.BgClassName
{
background-color: #BDEEF2;
}
</style>
border-color css
<style>
span { border-color: #BDEEF2; }
span { border-color: rgb(189,238,242); }
td.TdClassName
{
border-color: #BDEEF2;
}
.TagClassName
{
border-color: #BDEEF2;
}
</style>