Shades of Onahau #BDF5FE
Tints of Onahau #BDF5FE
RGB
CMYK
RGB Variations
Color information
#BDF5FE (or 0xBDF5FE) is known color: Onahau. HEX triplet: BD, F5 and FE. RGB value is (189,245,254). Sum of RGB (Red+Green+Blue) = 189+245+254=688 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.47% from 688); Green value is 245 (96.09% from 255 or 35.61% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDF5FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF5FE is #420A01. Grayscale: #E5E5E5. Windows color (decimal): -4327938 or 16709053. OLE color: 16709053.
HSL color Cylindrical-coordinate representation of color #BDF5FE: hue angle of 188.31º 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 #BDF5FE is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 245 | 254 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.00 |
| HSL | 188.31º | 0.97% | 0.87% | - |
| HSV(B) | 188.31º | 0.26% | 1% | - |
| XYZ | 71.53 | 83.28 | 106.07 | - |
| YUV | 229.28 | 141.95 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 254 | 0.26 | 0.04 | 0 | 0.00 | 188.31 | 0.97 | 0.87 |
| Hex | BD | F5 | FE | 1A | 4 | 0 | 0 | BC | 61 | 57 |
| Octal | 275 | 365 | 376 | 32 | 4 | 0 | 0 | 274 | 141 | 127 |
| Binary | 10111101 | 11110101 | 11111110 | 11010 | 100 | 0 | 0 | 10111100 | 1100001 | 1010111 |
Color Harmonies of #BDF5FE
Complementary color
Monochromatic Colors of #BDF5FE
Black with #BDF5FE
Text Example
Text Example
White with #BDF5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF5FE; }
p { color: rgb(189,245,254); }
H1.HeaderClassName
{
color: #BDF5FE;
}
.AnyTagClassName
{
color: #BDF5FE;
}
</style>
background-color css
<style>
a { background-color: #BDF5FE; }
a { background-color: rgb(189,245,254); }
div.DivClassName
{
background-color: #BDF5FE;
}
.BgClassName
{
background-color: #BDF5FE;
}
</style>
border-color css
<style>
span { border-color: #BDF5FE; }
span { border-color: rgb(189,245,254); }
td.TdClassName
{
border-color: #BDF5FE;
}
.TagClassName
{
border-color: #BDF5FE;
}
</style>