Shades of Onahau #BDEFF5
Tints of Onahau #BDEFF5
RGB
CMYK
RGB Variations
Color information
#BDEFF5 (or 0xBDEFF5) is known color: Onahau. HEX triplet: BD, EF and F5. RGB value is (189,239,245). Sum of RGB (Red+Green+Blue) = 189+239+245=673 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.08% from 673); Green value is 239 (93.75% from 255 or 35.51% from 673); Blue value is 245 (96.09% from 255 or 36.40% from 673); Max value from RGB is 245 - color contains mainly: blue. Hex color #BDEFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEFF5 is #42100A. Grayscale: #E0E0E0. Windows color (decimal): -4329483 or 16117693. OLE color: 16117693.
HSL color Cylindrical-coordinate representation of color #BDEFF5: hue angle of 186.43º degrees, saturation: 0.74, 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 #BDEFF5 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 239 | 245 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.04 |
| HSL | 186.43º | 0.74% | 0.85% | - |
| HSV(B) | 186.43º | 0.23% | 0.96% | - |
| XYZ | 68.33 | 79.14 | 98.06 | - |
| YUV | 224.73 | 139.44 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 245 | 0.23 | 0.02 | 0 | 0.04 | 186.43 | 0.74 | 0.85 |
| Hex | BD | EF | F5 | 17 | 2 | 0 | 4 | BA | 4A | 55 |
| Octal | 275 | 357 | 365 | 27 | 2 | 0 | 4 | 272 | 112 | 125 |
| Binary | 10111101 | 11101111 | 11110101 | 10111 | 10 | 0 | 100 | 10111010 | 1001010 | 1010101 |
Color Harmonies of #BDEFF5
Complementary color
Monochromatic Colors of #BDEFF5
Black with #BDEFF5
Text Example
Text Example
White with #BDEFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEFF5; }
p { color: rgb(189,239,245); }
H1.HeaderClassName
{
color: #BDEFF5;
}
.AnyTagClassName
{
color: #BDEFF5;
}
</style>
background-color css
<style>
a { background-color: #BDEFF5; }
a { background-color: rgb(189,239,245); }
div.DivClassName
{
background-color: #BDEFF5;
}
.BgClassName
{
background-color: #BDEFF5;
}
</style>
border-color css
<style>
span { border-color: #BDEFF5; }
span { border-color: rgb(189,239,245); }
td.TdClassName
{
border-color: #BDEFF5;
}
.TagClassName
{
border-color: #BDEFF5;
}
</style>