Shades of Onahau #BDF2FF
Tints of Onahau #BDF2FF
RGB
CMYK
RGB Variations
Color information
#BDF2FF (or 0xBDF2FF) is known color: Onahau. HEX triplet: BD, F2 and FF. RGB value is (189,242,255). Sum of RGB (Red+Green+Blue) = 189+242+255=686 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.55% from 686); Green value is 242 (94.92% from 255 or 35.28% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDF2FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF2FF is #420D00. Grayscale: #E3E3E3. Windows color (decimal): -4328705 or 16773821. OLE color: 16773821.
HSL color Cylindrical-coordinate representation of color #BDF2FF: hue angle of 191.82º 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 #BDF2FF is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 242 | 255 | - |
| CMYK | 0.26 | 0.05 | 0 | 0 |
| HSL | 191.82º | 1% | 0.87% | - |
| HSV(B) | 191.82º | 0.26% | 1% | - |
| XYZ | 70.79 | 81.54 | 106.62 | - |
| YUV | 227.64 | 143.44 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 255 | 0.26 | 0.05 | 0 | 0 | 191.82 | 1 | 0.87 |
| Hex | BD | F2 | FF | 1A | 5 | 0 | 0 | C0 | 64 | 57 |
| Octal | 275 | 362 | 377 | 32 | 5 | 0 | 0 | 300 | 144 | 127 |
| Binary | 10111101 | 11110010 | 11111111 | 11010 | 101 | 0 | 0 | 11000000 | 1100100 | 1010111 |
Color Harmonies of #BDF2FF
Complementary color
Monochromatic Colors of #BDF2FF
Black with #BDF2FF
Text Example
Text Example
White with #BDF2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF2FF; }
p { color: rgb(189,242,255); }
H1.HeaderClassName
{
color: #BDF2FF;
}
.AnyTagClassName
{
color: #BDF2FF;
}
</style>
background-color css
<style>
a { background-color: #BDF2FF; }
a { background-color: rgb(189,242,255); }
div.DivClassName
{
background-color: #BDF2FF;
}
.BgClassName
{
background-color: #BDF2FF;
}
</style>
border-color css
<style>
span { border-color: #BDF2FF; }
span { border-color: rgb(189,242,255); }
td.TdClassName
{
border-color: #BDF2FF;
}
.TagClassName
{
border-color: #BDF2FF;
}
</style>