Shades of Onahau #BDF0FC
Tints of Onahau #BDF0FC
RGB
CMYK
RGB Variations
Color information
#BDF0FC (or 0xBDF0FC) is known color: Onahau. HEX triplet: BD, F0 and FC. RGB value is (189,240,252). Sum of RGB (Red+Green+Blue) = 189+240+252=681 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.75% from 681); Green value is 240 (94.14% from 255 or 35.24% from 681); Blue value is 252 (98.83% from 255 or 37.00% from 681); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDF0FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF0FC is #420F03. Grayscale: #E2E2E2. Windows color (decimal): -4329220 or 16576701. OLE color: 16576701.
HSL color Cylindrical-coordinate representation of color #BDF0FC: hue angle of 191.43º 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 #BDF0FC is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 240 | 252 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.01 |
| HSL | 191.43º | 0.91% | 0.86% | - |
| HSV(B) | 191.43º | 0.25% | 0.99% | - |
| XYZ | 69.72 | 80.17 | 103.89 | - |
| YUV | 226.12 | 142.6 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 252 | 0.25 | 0.05 | 0 | 0.01 | 191.43 | 0.91 | 0.86 |
| Hex | BD | F0 | FC | 19 | 5 | 0 | 1 | BF | 5B | 56 |
| Octal | 275 | 360 | 374 | 31 | 5 | 0 | 1 | 277 | 133 | 126 |
| Binary | 10111101 | 11110000 | 11111100 | 11001 | 101 | 0 | 1 | 10111111 | 1011011 | 1010110 |
Color Harmonies of #BDF0FC
Complementary color
Monochromatic Colors of #BDF0FC
Black with #BDF0FC
Text Example
Text Example
White with #BDF0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF0FC; }
p { color: rgb(189,240,252); }
H1.HeaderClassName
{
color: #BDF0FC;
}
.AnyTagClassName
{
color: #BDF0FC;
}
</style>
background-color css
<style>
a { background-color: #BDF0FC; }
a { background-color: rgb(189,240,252); }
div.DivClassName
{
background-color: #BDF0FC;
}
.BgClassName
{
background-color: #BDF0FC;
}
</style>
border-color css
<style>
span { border-color: #BDF0FC; }
span { border-color: rgb(189,240,252); }
td.TdClassName
{
border-color: #BDF0FC;
}
.TagClassName
{
border-color: #BDF0FC;
}
</style>