Shades of Onahau #BDEDFD
Tints of Onahau #BDEDFD
RGB
CMYK
RGB Variations
Color information
#BDEDFD (or 0xBDEDFD) is known color: Onahau. HEX triplet: BD, ED and FD. RGB value is (189,237,253). Sum of RGB (Red+Green+Blue) = 189+237+253=679 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.84% from 679); Green value is 237 (92.97% from 255 or 34.90% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDEDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEDFD is #421202. Grayscale: #E0E0E0. Windows color (decimal): -4329987 or 16641469. OLE color: 16641469.
HSL color Cylindrical-coordinate representation of color #BDEDFD: hue angle of 195º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDEDFD is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 237 | 253 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.01 |
| HSL | 195º | 0.94% | 0.87% | - |
| HSV(B) | 195º | 0.25% | 0.99% | - |
| XYZ | 69 | 78.48 | 104.44 | - |
| YUV | 224.47 | 144.1 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 253 | 0.25 | 0.06 | 0 | 0.01 | 195 | 0.94 | 0.87 |
| Hex | BD | ED | FD | 19 | 6 | 0 | 1 | C3 | 5E | 57 |
| Octal | 275 | 355 | 375 | 31 | 6 | 0 | 1 | 303 | 136 | 127 |
| Binary | 10111101 | 11101101 | 11111101 | 11001 | 110 | 0 | 1 | 11000011 | 1011110 | 1010111 |
Color Harmonies of #BDEDFD
Complementary color
Monochromatic Colors of #BDEDFD
Black with #BDEDFD
Text Example
Text Example
White with #BDEDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEDFD; }
p { color: rgb(189,237,253); }
H1.HeaderClassName
{
color: #BDEDFD;
}
.AnyTagClassName
{
color: #BDEDFD;
}
</style>
background-color css
<style>
a { background-color: #BDEDFD; }
a { background-color: rgb(189,237,253); }
div.DivClassName
{
background-color: #BDEDFD;
}
.BgClassName
{
background-color: #BDEDFD;
}
</style>
border-color css
<style>
span { border-color: #BDEDFD; }
span { border-color: rgb(189,237,253); }
td.TdClassName
{
border-color: #BDEDFD;
}
.TagClassName
{
border-color: #BDEDFD;
}
</style>