Shades of Onahau #BDF3FF
Tints of Onahau #BDF3FF
RGB
CMYK
RGB Variations
Color information
#BDF3FF (or 0xBDF3FF) is known color: Onahau. HEX triplet: BD, F3 and FF. RGB value is (189,243,255). Sum of RGB (Red+Green+Blue) = 189+243+255=687 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.51% from 687); Green value is 243 (95.31% from 255 or 35.37% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDF3FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF3FF is #420C00. Grayscale: #E4E4E4. Windows color (decimal): -4328449 or 16774077. OLE color: 16774077.
HSL color Cylindrical-coordinate representation of color #BDF3FF: hue angle of 190.91º 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 #BDF3FF is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 243 | 255 | - |
| CMYK | 0.26 | 0.05 | 0 | 0 |
| HSL | 190.91º | 1% | 0.87% | - |
| HSV(B) | 190.91º | 0.26% | 1% | - |
| XYZ | 71.09 | 82.14 | 106.72 | - |
| YUV | 228.22 | 143.11 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 255 | 0.26 | 0.05 | 0 | 0 | 190.91 | 1 | 0.87 |
| Hex | BD | F3 | FF | 1A | 5 | 0 | 0 | BF | 64 | 57 |
| Octal | 275 | 363 | 377 | 32 | 5 | 0 | 0 | 277 | 144 | 127 |
| Binary | 10111101 | 11110011 | 11111111 | 11010 | 101 | 0 | 0 | 10111111 | 1100100 | 1010111 |
Color Harmonies of #BDF3FF
Complementary color
Monochromatic Colors of #BDF3FF
Black with #BDF3FF
Text Example
Text Example
White with #BDF3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF3FF; }
p { color: rgb(189,243,255); }
H1.HeaderClassName
{
color: #BDF3FF;
}
.AnyTagClassName
{
color: #BDF3FF;
}
</style>
background-color css
<style>
a { background-color: #BDF3FF; }
a { background-color: rgb(189,243,255); }
div.DivClassName
{
background-color: #BDF3FF;
}
.BgClassName
{
background-color: #BDF3FF;
}
</style>
border-color css
<style>
span { border-color: #BDF3FF; }
span { border-color: rgb(189,243,255); }
td.TdClassName
{
border-color: #BDF3FF;
}
.TagClassName
{
border-color: #BDF3FF;
}
</style>