Shades of Onahau #BDF1FE
Tints of Onahau #BDF1FE
RGB
CMYK
RGB Variations
Color information
#BDF1FE (or 0xBDF1FE) is known color: Onahau. HEX triplet: BD, F1 and FE. RGB value is (189,241,254). Sum of RGB (Red+Green+Blue) = 189+241+254=684 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.63% from 684); Green value is 241 (94.53% from 255 or 35.23% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDF1FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF1FE is #420E01. Grayscale: #E2E2E2. Windows color (decimal): -4328962 or 16708029. OLE color: 16708029.
HSL color Cylindrical-coordinate representation of color #BDF1FE: hue angle of 192º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDF1FE is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 241 | 254 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.00 |
| HSL | 192º | 0.97% | 0.87% | - |
| HSV(B) | 192º | 0.26% | 1% | - |
| XYZ | 70.33 | 80.89 | 105.67 | - |
| YUV | 226.93 | 143.27 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 254 | 0.26 | 0.05 | 0 | 0.00 | 192 | 0.97 | 0.87 |
| Hex | BD | F1 | FE | 1A | 5 | 0 | 0 | C0 | 61 | 57 |
| Octal | 275 | 361 | 376 | 32 | 5 | 0 | 0 | 300 | 141 | 127 |
| Binary | 10111101 | 11110001 | 11111110 | 11010 | 101 | 0 | 0 | 11000000 | 1100001 | 1010111 |
Color Harmonies of #BDF1FE
Complementary color
Monochromatic Colors of #BDF1FE
Black with #BDF1FE
Text Example
Text Example
White with #BDF1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF1FE; }
p { color: rgb(189,241,254); }
H1.HeaderClassName
{
color: #BDF1FE;
}
.AnyTagClassName
{
color: #BDF1FE;
}
</style>
background-color css
<style>
a { background-color: #BDF1FE; }
a { background-color: rgb(189,241,254); }
div.DivClassName
{
background-color: #BDF1FE;
}
.BgClassName
{
background-color: #BDF1FE;
}
</style>
border-color css
<style>
span { border-color: #BDF1FE; }
span { border-color: rgb(189,241,254); }
td.TdClassName
{
border-color: #BDF1FE;
}
.TagClassName
{
border-color: #BDF1FE;
}
</style>