Shades of Onahau #BDEAF9
Tints of Onahau #BDEAF9
RGB
CMYK
RGB Variations
Color information
#BDEAF9 (or 0xBDEAF9) is known color: Onahau. HEX triplet: BD, EA and F9. RGB value is (189,234,249). Sum of RGB (Red+Green+Blue) = 189+234+249=672 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.12% from 672); Green value is 234 (91.80% from 255 or 34.82% from 672); Blue value is 249 (97.66% from 255 or 37.05% from 672); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDEAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEAF9 is #421506. Grayscale: #DEDEDE. Windows color (decimal): -4330759 or 16378557. OLE color: 16378557.
HSL color Cylindrical-coordinate representation of color #BDEAF9: hue angle of 195º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDEAF9 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 234 | 249 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.02 |
| HSL | 195º | 0.83% | 0.86% | - |
| HSV(B) | 195º | 0.24% | 0.98% | - |
| XYZ | 67.51 | 76.5 | 100.83 | - |
| YUV | 222.26 | 143.09 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 234 | 249 | 0.24 | 0.06 | 0 | 0.02 | 195 | 0.83 | 0.86 |
| Hex | BD | EA | F9 | 18 | 6 | 0 | 2 | C3 | 53 | 56 |
| Octal | 275 | 352 | 371 | 30 | 6 | 0 | 2 | 303 | 123 | 126 |
| Binary | 10111101 | 11101010 | 11111001 | 11000 | 110 | 0 | 10 | 11000011 | 1010011 | 1010110 |
Color Harmonies of #BDEAF9
Complementary color
Monochromatic Colors of #BDEAF9
Black with #BDEAF9
Text Example
Text Example
White with #BDEAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEAF9; }
p { color: rgb(189,234,249); }
H1.HeaderClassName
{
color: #BDEAF9;
}
.AnyTagClassName
{
color: #BDEAF9;
}
</style>
background-color css
<style>
a { background-color: #BDEAF9; }
a { background-color: rgb(189,234,249); }
div.DivClassName
{
background-color: #BDEAF9;
}
.BgClassName
{
background-color: #BDEAF9;
}
</style>
border-color css
<style>
span { border-color: #BDEAF9; }
span { border-color: rgb(189,234,249); }
td.TdClassName
{
border-color: #BDEAF9;
}
.TagClassName
{
border-color: #BDEAF9;
}
</style>