Shades of Onahau #BDE7FF
Tints of Onahau #BDE7FF
RGB
CMYK
RGB Variations
Color information
#BDE7FF (or 0xBDE7FF) is known color: Onahau. HEX triplet: BD, E7 and FF. RGB value is (189,231,255). Sum of RGB (Red+Green+Blue) = 189+231+255=675 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28% from 675); Green value is 231 (90.62% from 255 or 34.22% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDE7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE7FF is #421800. Grayscale: #DDDDDD. Windows color (decimal): -4331521 or 16771005. OLE color: 16771005.
HSL color Cylindrical-coordinate representation of color #BDE7FF: hue angle of 201.82º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDE7FF is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 231 | 255 | - |
| CMYK | 0.26 | 0.09 | 0 | 0 |
| HSL | 201.82º | 1% | 0.87% | - |
| HSV(B) | 201.82º | 0.26% | 1% | - |
| XYZ | 67.61 | 75.19 | 105.56 | - |
| YUV | 221.18 | 147.09 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 231 | 255 | 0.26 | 0.09 | 0 | 0 | 201.82 | 1 | 0.87 |
| Hex | BD | E7 | FF | 1A | 9 | 0 | 0 | CA | 64 | 57 |
| Octal | 275 | 347 | 377 | 32 | 11 | 0 | 0 | 312 | 144 | 127 |
| Binary | 10111101 | 11100111 | 11111111 | 11010 | 1001 | 0 | 0 | 11001010 | 1100100 | 1010111 |
Color Harmonies of #BDE7FF
Complementary color
Monochromatic Colors of #BDE7FF
Black with #BDE7FF
Text Example
Text Example
White with #BDE7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE7FF; }
p { color: rgb(189,231,255); }
H1.HeaderClassName
{
color: #BDE7FF;
}
.AnyTagClassName
{
color: #BDE7FF;
}
</style>
background-color css
<style>
a { background-color: #BDE7FF; }
a { background-color: rgb(189,231,255); }
div.DivClassName
{
background-color: #BDE7FF;
}
.BgClassName
{
background-color: #BDE7FF;
}
</style>
border-color css
<style>
span { border-color: #BDE7FF; }
span { border-color: rgb(189,231,255); }
td.TdClassName
{
border-color: #BDE7FF;
}
.TagClassName
{
border-color: #BDE7FF;
}
</style>