Shades of Onahau #BDF1FC
Tints of Onahau #BDF1FC
RGB
CMYK
RGB Variations
Color information
#BDF1FC (or 0xBDF1FC) is known color: Onahau. HEX triplet: BD, F1 and FC. RGB value is (189,241,252). Sum of RGB (Red+Green+Blue) = 189+241+252=682 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.71% from 682); Green value is 241 (94.53% from 255 or 35.34% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDF1FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF1FC is #420E03. Grayscale: #E2E2E2. Windows color (decimal): -4328964 or 16576957. OLE color: 16576957.
HSL color Cylindrical-coordinate representation of color #BDF1FC: hue angle of 190.48º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDF1FC is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 241 | 252 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.01 |
| HSL | 190.48º | 0.91% | 0.86% | - |
| HSV(B) | 190.48º | 0.25% | 0.99% | - |
| XYZ | 70.01 | 80.76 | 103.99 | - |
| YUV | 226.71 | 142.27 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 252 | 0.25 | 0.04 | 0 | 0.01 | 190.48 | 0.91 | 0.86 |
| Hex | BD | F1 | FC | 19 | 4 | 0 | 1 | BE | 5B | 56 |
| Octal | 275 | 361 | 374 | 31 | 4 | 0 | 1 | 276 | 133 | 126 |
| Binary | 10111101 | 11110001 | 11111100 | 11001 | 100 | 0 | 1 | 10111110 | 1011011 | 1010110 |
Color Harmonies of #BDF1FC
Complementary color
Monochromatic Colors of #BDF1FC
Black with #BDF1FC
Text Example
Text Example
White with #BDF1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF1FC; }
p { color: rgb(189,241,252); }
H1.HeaderClassName
{
color: #BDF1FC;
}
.AnyTagClassName
{
color: #BDF1FC;
}
</style>
background-color css
<style>
a { background-color: #BDF1FC; }
a { background-color: rgb(189,241,252); }
div.DivClassName
{
background-color: #BDF1FC;
}
.BgClassName
{
background-color: #BDF1FC;
}
</style>
border-color css
<style>
span { border-color: #BDF1FC; }
span { border-color: rgb(189,241,252); }
td.TdClassName
{
border-color: #BDF1FC;
}
.TagClassName
{
border-color: #BDF1FC;
}
</style>