Shades of Onahau #BDE7FC
Tints of Onahau #BDE7FC
RGB
CMYK
RGB Variations
Color information
#BDE7FC (or 0xBDE7FC) is known color: Onahau. HEX triplet: BD, E7 and FC. RGB value is (189,231,252). Sum of RGB (Red+Green+Blue) = 189+231+252=672 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.12% from 672); Green value is 231 (90.62% from 255 or 34.38% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDE7FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE7FC is #421803. Grayscale: #DCDCDC. Windows color (decimal): -4331524 or 16574397. OLE color: 16574397.
HSL color Cylindrical-coordinate representation of color #BDE7FC: hue angle of 200º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDE7FC is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 231 | 252 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.01 |
| HSL | 200º | 0.91% | 0.86% | - |
| HSV(B) | 200º | 0.25% | 0.99% | - |
| XYZ | 67.13 | 75 | 103.03 | - |
| YUV | 220.84 | 145.59 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 231 | 252 | 0.25 | 0.08 | 0 | 0.01 | 200 | 0.91 | 0.86 |
| Hex | BD | E7 | FC | 19 | 8 | 0 | 1 | C8 | 5B | 56 |
| Octal | 275 | 347 | 374 | 31 | 10 | 0 | 1 | 310 | 133 | 126 |
| Binary | 10111101 | 11100111 | 11111100 | 11001 | 1000 | 0 | 1 | 11001000 | 1011011 | 1010110 |
Color Harmonies of #BDE7FC
Complementary color
Monochromatic Colors of #BDE7FC
Black with #BDE7FC
Text Example
Text Example
White with #BDE7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE7FC; }
p { color: rgb(189,231,252); }
H1.HeaderClassName
{
color: #BDE7FC;
}
.AnyTagClassName
{
color: #BDE7FC;
}
</style>
background-color css
<style>
a { background-color: #BDE7FC; }
a { background-color: rgb(189,231,252); }
div.DivClassName
{
background-color: #BDE7FC;
}
.BgClassName
{
background-color: #BDE7FC;
}
</style>
border-color css
<style>
span { border-color: #BDE7FC; }
span { border-color: rgb(189,231,252); }
td.TdClassName
{
border-color: #BDE7FC;
}
.TagClassName
{
border-color: #BDE7FC;
}
</style>