Shades of Onahau #BDE0F3
Tints of Onahau #BDE0F3
RGB
CMYK
RGB Variations
Color information
#BDE0F3 (or 0xBDE0F3) is known color: Onahau. HEX triplet: BD, E0 and F3. RGB value is (189,224,243). Sum of RGB (Red+Green+Blue) = 189+224+243=656 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.81% from 656); Green value is 224 (87.89% from 255 or 34.15% from 656); Blue value is 243 (95.31% from 255 or 37.04% from 656); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDE0F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE0F3 is #421F0C. Grayscale: #D7D7D7. Windows color (decimal): -4333325 or 15982781. OLE color: 15982781.
HSL color Cylindrical-coordinate representation of color #BDE0F3: hue angle of 201.11º degrees, saturation: 0.69, 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 #BDE0F3 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 224 | 243 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.05 |
| HSL | 201.11º | 0.69% | 0.85% | - |
| HSV(B) | 201.11º | 0.22% | 0.95% | - |
| XYZ | 63.82 | 70.6 | 95.06 | - |
| YUV | 215.7 | 143.4 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 243 | 0.22 | 0.08 | 0 | 0.05 | 201.11 | 0.69 | 0.85 |
| Hex | BD | E0 | F3 | 16 | 8 | 0 | 5 | C9 | 45 | 55 |
| Octal | 275 | 340 | 363 | 26 | 10 | 0 | 5 | 311 | 105 | 125 |
| Binary | 10111101 | 11100000 | 11110011 | 10110 | 1000 | 0 | 101 | 11001001 | 1000101 | 1010101 |
Color Harmonies of #BDE0F3
Complementary color
Monochromatic Colors of #BDE0F3
Black with #BDE0F3
Text Example
Text Example
White with #BDE0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE0F3; }
p { color: rgb(189,224,243); }
H1.HeaderClassName
{
color: #BDE0F3;
}
.AnyTagClassName
{
color: #BDE0F3;
}
</style>
background-color css
<style>
a { background-color: #BDE0F3; }
a { background-color: rgb(189,224,243); }
div.DivClassName
{
background-color: #BDE0F3;
}
.BgClassName
{
background-color: #BDE0F3;
}
</style>
border-color css
<style>
span { border-color: #BDE0F3; }
span { border-color: rgb(189,224,243); }
td.TdClassName
{
border-color: #BDE0F3;
}
.TagClassName
{
border-color: #BDE0F3;
}
</style>