Shades of Onahau #BDEEFE
Tints of Onahau #BDEEFE
RGB
CMYK
RGB Variations
Color information
#BDEEFE (or 0xBDEEFE) is known color: Onahau. HEX triplet: BD, EE and FE. RGB value is (189,238,254). Sum of RGB (Red+Green+Blue) = 189+238+254=681 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.75% from 681); Green value is 238 (93.36% from 255 or 34.95% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDEEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEEFE is #421101. Grayscale: #E1E1E1. Windows color (decimal): -4329730 or 16707261. OLE color: 16707261.
HSL color Cylindrical-coordinate representation of color #BDEEFE: hue angle of 194.77º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDEEFE is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 238 | 254 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.00 |
| HSL | 194.77º | 0.97% | 0.87% | - |
| HSV(B) | 194.77º | 0.26% | 1% | - |
| XYZ | 69.45 | 79.12 | 105.38 | - |
| YUV | 225.17 | 144.27 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 238 | 254 | 0.26 | 0.06 | 0 | 0.00 | 194.77 | 0.97 | 0.87 |
| Hex | BD | EE | FE | 1A | 6 | 0 | 0 | C3 | 61 | 57 |
| Octal | 275 | 356 | 376 | 32 | 6 | 0 | 0 | 303 | 141 | 127 |
| Binary | 10111101 | 11101110 | 11111110 | 11010 | 110 | 0 | 0 | 11000011 | 1100001 | 1010111 |
Color Harmonies of #BDEEFE
Complementary color
Monochromatic Colors of #BDEEFE
Black with #BDEEFE
Text Example
Text Example
White with #BDEEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEEFE; }
p { color: rgb(189,238,254); }
H1.HeaderClassName
{
color: #BDEEFE;
}
.AnyTagClassName
{
color: #BDEEFE;
}
</style>
background-color css
<style>
a { background-color: #BDEEFE; }
a { background-color: rgb(189,238,254); }
div.DivClassName
{
background-color: #BDEEFE;
}
.BgClassName
{
background-color: #BDEEFE;
}
</style>
border-color css
<style>
span { border-color: #BDEEFE; }
span { border-color: rgb(189,238,254); }
td.TdClassName
{
border-color: #BDEEFE;
}
.TagClassName
{
border-color: #BDEEFE;
}
</style>