Shades of Onahau #BDEDFF
Tints of Onahau #BDEDFF
RGB
CMYK
RGB Variations
Color information
#BDEDFF (or 0xBDEDFF) is known color: Onahau. HEX triplet: BD, ED and FF. RGB value is (189,237,255). Sum of RGB (Red+Green+Blue) = 189+237+255=681 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.75% from 681); Green value is 237 (92.97% from 255 or 34.80% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDEDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEDFF is #421200. Grayscale: #E0E0E0. Windows color (decimal): -4329985 or 16772541. OLE color: 16772541.
HSL color Cylindrical-coordinate representation of color #BDEDFF: hue angle of 196.36º 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 #BDEDFF is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 237 | 255 | - |
| CMYK | 0.26 | 0.07 | 0 | 0 |
| HSL | 196.36º | 1% | 0.87% | - |
| HSV(B) | 196.36º | 0.26% | 1% | - |
| XYZ | 69.32 | 78.61 | 106.13 | - |
| YUV | 224.7 | 145.1 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 255 | 0.26 | 0.07 | 0 | 0 | 196.36 | 1 | 0.87 |
| Hex | BD | ED | FF | 1A | 7 | 0 | 0 | C4 | 64 | 57 |
| Octal | 275 | 355 | 377 | 32 | 7 | 0 | 0 | 304 | 144 | 127 |
| Binary | 10111101 | 11101101 | 11111111 | 11010 | 111 | 0 | 0 | 11000100 | 1100100 | 1010111 |
Color Harmonies of #BDEDFF
Complementary color
Monochromatic Colors of #BDEDFF
Black with #BDEDFF
Text Example
Text Example
White with #BDEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEDFF; }
p { color: rgb(189,237,255); }
H1.HeaderClassName
{
color: #BDEDFF;
}
.AnyTagClassName
{
color: #BDEDFF;
}
</style>
background-color css
<style>
a { background-color: #BDEDFF; }
a { background-color: rgb(189,237,255); }
div.DivClassName
{
background-color: #BDEDFF;
}
.BgClassName
{
background-color: #BDEDFF;
}
</style>
border-color css
<style>
span { border-color: #BDEDFF; }
span { border-color: rgb(189,237,255); }
td.TdClassName
{
border-color: #BDEDFF;
}
.TagClassName
{
border-color: #BDEDFF;
}
</style>