Shades of Onahau #BDE4FA
Tints of Onahau #BDE4FA
RGB
CMYK
RGB Variations
Color information
#BDE4FA (or 0xBDE4FA) is known color: Onahau. HEX triplet: BD, E4 and FA. RGB value is (189,228,250). Sum of RGB (Red+Green+Blue) = 189+228+250=667 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.34% from 667); Green value is 228 (89.45% from 255 or 34.18% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDE4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE4FA is #421B05. Grayscale: #DADADA. Windows color (decimal): -4332294 or 16442557. OLE color: 16442557.
HSL color Cylindrical-coordinate representation of color #BDE4FA: hue angle of 201.64º 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 #BDE4FA is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 228 | 250 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.02 |
| HSL | 201.64º | 0.86% | 0.86% | - |
| HSV(B) | 201.64º | 0.24% | 0.98% | - |
| XYZ | 65.98 | 73.21 | 101.1 | - |
| YUV | 218.85 | 145.58 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 228 | 250 | 0.24 | 0.09 | 0 | 0.02 | 201.64 | 0.86 | 0.86 |
| Hex | BD | E4 | FA | 18 | 9 | 0 | 2 | CA | 56 | 56 |
| Octal | 275 | 344 | 372 | 30 | 11 | 0 | 2 | 312 | 126 | 126 |
| Binary | 10111101 | 11100100 | 11111010 | 11000 | 1001 | 0 | 10 | 11001010 | 1010110 | 1010110 |
Color Harmonies of #BDE4FA
Complementary color
Monochromatic Colors of #BDE4FA
Black with #BDE4FA
Text Example
Text Example
White with #BDE4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE4FA; }
p { color: rgb(189,228,250); }
H1.HeaderClassName
{
color: #BDE4FA;
}
.AnyTagClassName
{
color: #BDE4FA;
}
</style>
background-color css
<style>
a { background-color: #BDE4FA; }
a { background-color: rgb(189,228,250); }
div.DivClassName
{
background-color: #BDE4FA;
}
.BgClassName
{
background-color: #BDE4FA;
}
</style>
border-color css
<style>
span { border-color: #BDE4FA; }
span { border-color: rgb(189,228,250); }
td.TdClassName
{
border-color: #BDE4FA;
}
.TagClassName
{
border-color: #BDE4FA;
}
</style>