Shades of Onahau #BDEEF1
Tints of Onahau #BDEEF1
RGB
CMYK
RGB Variations
Color information
#BDEEF1 (or 0xBDEEF1) is known color: Onahau. HEX triplet: BD, EE and F1. RGB value is (189,238,241). Sum of RGB (Red+Green+Blue) = 189+238+241=668 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.29% from 668); Green value is 238 (93.36% from 255 or 35.63% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDEEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEEF1 is #42110E. Grayscale: #DFDFDF. Windows color (decimal): -4329743 or 15855293. OLE color: 15855293.
HSL color Cylindrical-coordinate representation of color #BDEEF1: hue angle of 183.46º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDEEF1 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 238 | 241 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.05 |
| HSL | 183.46º | 0.65% | 0.84% | - |
| HSV(B) | 183.46º | 0.22% | 0.95% | - |
| XYZ | 67.44 | 78.32 | 94.78 | - |
| YUV | 223.69 | 137.77 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 238 | 241 | 0.22 | 0.01 | 0 | 0.05 | 183.46 | 0.65 | 0.84 |
| Hex | BD | EE | F1 | 16 | 1 | 0 | 5 | B7 | 41 | 54 |
| Octal | 275 | 356 | 361 | 26 | 1 | 0 | 5 | 267 | 101 | 124 |
| Binary | 10111101 | 11101110 | 11110001 | 10110 | 1 | 0 | 101 | 10110111 | 1000001 | 1010100 |
Color Harmonies of #BDEEF1
Complementary color
Monochromatic Colors of #BDEEF1
Black with #BDEEF1
Text Example
Text Example
White with #BDEEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEEF1; }
p { color: rgb(189,238,241); }
H1.HeaderClassName
{
color: #BDEEF1;
}
.AnyTagClassName
{
color: #BDEEF1;
}
</style>
background-color css
<style>
a { background-color: #BDEEF1; }
a { background-color: rgb(189,238,241); }
div.DivClassName
{
background-color: #BDEEF1;
}
.BgClassName
{
background-color: #BDEEF1;
}
</style>
border-color css
<style>
span { border-color: #BDEEF1; }
span { border-color: rgb(189,238,241); }
td.TdClassName
{
border-color: #BDEEF1;
}
.TagClassName
{
border-color: #BDEEF1;
}
</style>