Shades of Onahau #BDF3FC
Tints of Onahau #BDF3FC
RGB
CMYK
RGB Variations
Color information
#BDF3FC (or 0xBDF3FC) is known color: Onahau. HEX triplet: BD, F3 and FC. RGB value is (189,243,252). Sum of RGB (Red+Green+Blue) = 189+243+252=684 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.63% from 684); Green value is 243 (95.31% from 255 or 35.53% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDF3FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF3FC is #420C03. Grayscale: #E3E3E3. Windows color (decimal): -4328452 or 16577469. OLE color: 16577469.
HSL color Cylindrical-coordinate representation of color #BDF3FC: hue angle of 188.57º 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 #BDF3FC is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 243 | 252 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.01 |
| HSL | 188.57º | 0.91% | 0.86% | - |
| HSV(B) | 188.57º | 0.25% | 0.99% | - |
| XYZ | 70.61 | 81.95 | 104.19 | - |
| YUV | 227.88 | 141.61 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 252 | 0.25 | 0.04 | 0 | 0.01 | 188.57 | 0.91 | 0.86 |
| Hex | BD | F3 | FC | 19 | 4 | 0 | 1 | BD | 5B | 56 |
| Octal | 275 | 363 | 374 | 31 | 4 | 0 | 1 | 275 | 133 | 126 |
| Binary | 10111101 | 11110011 | 11111100 | 11001 | 100 | 0 | 1 | 10111101 | 1011011 | 1010110 |
Color Harmonies of #BDF3FC
Complementary color
Monochromatic Colors of #BDF3FC
Black with #BDF3FC
Text Example
Text Example
White with #BDF3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF3FC; }
p { color: rgb(189,243,252); }
H1.HeaderClassName
{
color: #BDF3FC;
}
.AnyTagClassName
{
color: #BDF3FC;
}
</style>
background-color css
<style>
a { background-color: #BDF3FC; }
a { background-color: rgb(189,243,252); }
div.DivClassName
{
background-color: #BDF3FC;
}
.BgClassName
{
background-color: #BDF3FC;
}
</style>
border-color css
<style>
span { border-color: #BDF3FC; }
span { border-color: rgb(189,243,252); }
td.TdClassName
{
border-color: #BDF3FC;
}
.TagClassName
{
border-color: #BDF3FC;
}
</style>