Shades of Onahau #BDE5F2
Tints of Onahau #BDE5F2
RGB
CMYK
RGB Variations
Color information
#BDE5F2 (or 0xBDE5F2) is known color: Onahau. HEX triplet: BD, E5 and F2. RGB value is (189,229,242). Sum of RGB (Red+Green+Blue) = 189+229+242=660 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.64% from 660); Green value is 229 (89.84% from 255 or 34.70% from 660); Blue value is 242 (94.92% from 255 or 36.67% from 660); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDE5F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE5F2 is #421A0D. Grayscale: #DADADA. Windows color (decimal): -4332046 or 15918525. OLE color: 15918525.
HSL color Cylindrical-coordinate representation of color #BDE5F2: hue angle of 194.72º 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 #BDE5F2 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 229 | 242 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.05 |
| HSL | 194.72º | 0.67% | 0.85% | - |
| HSV(B) | 194.72º | 0.22% | 0.95% | - |
| XYZ | 65.03 | 73.27 | 94.72 | - |
| YUV | 218.52 | 141.25 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 242 | 0.22 | 0.05 | 0 | 0.05 | 194.72 | 0.67 | 0.85 |
| Hex | BD | E5 | F2 | 16 | 5 | 0 | 5 | C3 | 43 | 55 |
| Octal | 275 | 345 | 362 | 26 | 5 | 0 | 5 | 303 | 103 | 125 |
| Binary | 10111101 | 11100101 | 11110010 | 10110 | 101 | 0 | 101 | 11000011 | 1000011 | 1010101 |
Color Harmonies of #BDE5F2
Complementary color
Monochromatic Colors of #BDE5F2
Black with #BDE5F2
Text Example
Text Example
White with #BDE5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE5F2; }
p { color: rgb(189,229,242); }
H1.HeaderClassName
{
color: #BDE5F2;
}
.AnyTagClassName
{
color: #BDE5F2;
}
</style>
background-color css
<style>
a { background-color: #BDE5F2; }
a { background-color: rgb(189,229,242); }
div.DivClassName
{
background-color: #BDE5F2;
}
.BgClassName
{
background-color: #BDE5F2;
}
</style>
border-color css
<style>
span { border-color: #BDE5F2; }
span { border-color: rgb(189,229,242); }
td.TdClassName
{
border-color: #BDE5F2;
}
.TagClassName
{
border-color: #BDE5F2;
}
</style>