Shades of Onahau #BDE9FE
Tints of Onahau #BDE9FE
RGB
CMYK
RGB Variations
Color information
#BDE9FE (or 0xBDE9FE) is known color: Onahau. HEX triplet: BD, E9 and FE. RGB value is (189,233,254). Sum of RGB (Red+Green+Blue) = 189+233+254=676 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.96% from 676); Green value is 233 (91.41% from 255 or 34.47% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDE9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE9FE is #421601. Grayscale: #DEDEDE. Windows color (decimal): -4331010 or 16705981. OLE color: 16705981.
HSL color Cylindrical-coordinate representation of color #BDE9FE: hue angle of 199.38º 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 #BDE9FE is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 233 | 254 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.00 |
| HSL | 199.38º | 0.97% | 0.87% | - |
| HSV(B) | 199.38º | 0.26% | 1% | - |
| XYZ | 68.01 | 76.25 | 104.9 | - |
| YUV | 222.24 | 145.92 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 233 | 254 | 0.26 | 0.08 | 0 | 0.00 | 199.38 | 0.97 | 0.87 |
| Hex | BD | E9 | FE | 1A | 8 | 0 | 0 | C7 | 61 | 57 |
| Octal | 275 | 351 | 376 | 32 | 10 | 0 | 0 | 307 | 141 | 127 |
| Binary | 10111101 | 11101001 | 11111110 | 11010 | 1000 | 0 | 0 | 11000111 | 1100001 | 1010111 |
Color Harmonies of #BDE9FE
Complementary color
Monochromatic Colors of #BDE9FE
Black with #BDE9FE
Text Example
Text Example
White with #BDE9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE9FE; }
p { color: rgb(189,233,254); }
H1.HeaderClassName
{
color: #BDE9FE;
}
.AnyTagClassName
{
color: #BDE9FE;
}
</style>
background-color css
<style>
a { background-color: #BDE9FE; }
a { background-color: rgb(189,233,254); }
div.DivClassName
{
background-color: #BDE9FE;
}
.BgClassName
{
background-color: #BDE9FE;
}
</style>
border-color css
<style>
span { border-color: #BDE9FE; }
span { border-color: rgb(189,233,254); }
td.TdClassName
{
border-color: #BDE9FE;
}
.TagClassName
{
border-color: #BDE9FE;
}
</style>