Shades of Onahau #BDEBFA
Tints of Onahau #BDEBFA
RGB
CMYK
RGB Variations
Color information
#BDEBFA (or 0xBDEBFA) is known color: Onahau. HEX triplet: BD, EB and FA. RGB value is (189,235,250). Sum of RGB (Red+Green+Blue) = 189+235+250=674 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.04% from 674); Green value is 235 (92.19% from 255 or 34.87% from 674); Blue value is 250 (98.05% from 255 or 37.09% from 674); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDEBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEBFA is #421405. Grayscale: #DEDEDE. Windows color (decimal): -4330502 or 16444349. OLE color: 16444349.
HSL color Cylindrical-coordinate representation of color #BDEBFA: hue angle of 194.75º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDEBFA is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 235 | 250 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.02 |
| HSL | 194.75º | 0.86% | 0.86% | - |
| HSV(B) | 194.75º | 0.24% | 0.98% | - |
| XYZ | 67.95 | 77.14 | 101.75 | - |
| YUV | 222.96 | 143.26 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 235 | 250 | 0.24 | 0.06 | 0 | 0.02 | 194.75 | 0.86 | 0.86 |
| Hex | BD | EB | FA | 18 | 6 | 0 | 2 | C3 | 56 | 56 |
| Octal | 275 | 353 | 372 | 30 | 6 | 0 | 2 | 303 | 126 | 126 |
| Binary | 10111101 | 11101011 | 11111010 | 11000 | 110 | 0 | 10 | 11000011 | 1010110 | 1010110 |
Color Harmonies of #BDEBFA
Complementary color
Monochromatic Colors of #BDEBFA
Black with #BDEBFA
Text Example
Text Example
White with #BDEBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEBFA; }
p { color: rgb(189,235,250); }
H1.HeaderClassName
{
color: #BDEBFA;
}
.AnyTagClassName
{
color: #BDEBFA;
}
</style>
background-color css
<style>
a { background-color: #BDEBFA; }
a { background-color: rgb(189,235,250); }
div.DivClassName
{
background-color: #BDEBFA;
}
.BgClassName
{
background-color: #BDEBFA;
}
</style>
border-color css
<style>
span { border-color: #BDEBFA; }
span { border-color: rgb(189,235,250); }
td.TdClassName
{
border-color: #BDEBFA;
}
.TagClassName
{
border-color: #BDEBFA;
}
</style>