Shades of Onahau #BDE1F2
Tints of Onahau #BDE1F2
RGB
CMYK
RGB Variations
Color information
#BDE1F2 (or 0xBDE1F2) is known color: Onahau. HEX triplet: BD, E1 and F2. RGB value is (189,225,242). Sum of RGB (Red+Green+Blue) = 189+225+242=656 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.81% from 656); Green value is 225 (88.28% from 255 or 34.30% from 656); Blue value is 242 (94.92% from 255 or 36.89% from 656); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDE1F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE1F2 is #421E0D. Grayscale: #D8D8D8. Windows color (decimal): -4333070 or 15917501. OLE color: 15917501.
HSL color Cylindrical-coordinate representation of color #BDE1F2: hue angle of 199.25º 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 #BDE1F2 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 225 | 242 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.05 |
| HSL | 199.25º | 0.67% | 0.85% | - |
| HSV(B) | 199.25º | 0.22% | 0.95% | - |
| XYZ | 63.94 | 71.08 | 94.35 | - |
| YUV | 216.17 | 142.57 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 242 | 0.22 | 0.07 | 0 | 0.05 | 199.25 | 0.67 | 0.85 |
| Hex | BD | E1 | F2 | 16 | 7 | 0 | 5 | C7 | 43 | 55 |
| Octal | 275 | 341 | 362 | 26 | 7 | 0 | 5 | 307 | 103 | 125 |
| Binary | 10111101 | 11100001 | 11110010 | 10110 | 111 | 0 | 101 | 11000111 | 1000011 | 1010101 |
Color Harmonies of #BDE1F2
Complementary color
Monochromatic Colors of #BDE1F2
Black with #BDE1F2
Text Example
Text Example
White with #BDE1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE1F2; }
p { color: rgb(189,225,242); }
H1.HeaderClassName
{
color: #BDE1F2;
}
.AnyTagClassName
{
color: #BDE1F2;
}
</style>
background-color css
<style>
a { background-color: #BDE1F2; }
a { background-color: rgb(189,225,242); }
div.DivClassName
{
background-color: #BDE1F2;
}
.BgClassName
{
background-color: #BDE1F2;
}
</style>
border-color css
<style>
span { border-color: #BDE1F2; }
span { border-color: rgb(189,225,242); }
td.TdClassName
{
border-color: #BDE1F2;
}
.TagClassName
{
border-color: #BDE1F2;
}
</style>