Shades of Onahau #BDF3FB
Tints of Onahau #BDF3FB
RGB
CMYK
RGB Variations
Color information
#BDF3FB (or 0xBDF3FB) is known color: Onahau. HEX triplet: BD, F3 and FB. RGB value is (189,243,251). Sum of RGB (Red+Green+Blue) = 189+243+251=683 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.67% from 683); Green value is 243 (95.31% from 255 or 35.58% from 683); Blue value is 251 (98.44% from 255 or 36.75% from 683); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDF3FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF3FB is #420C04. Grayscale: #E3E3E3. Windows color (decimal): -4328453 or 16511933. OLE color: 16511933.
HSL color Cylindrical-coordinate representation of color #BDF3FB: hue angle of 187.74º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDF3FB is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 243 | 251 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.02 |
| HSL | 187.74º | 0.89% | 0.86% | - |
| HSV(B) | 187.74º | 0.25% | 0.98% | - |
| XYZ | 70.45 | 81.89 | 103.36 | - |
| YUV | 227.77 | 141.11 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 251 | 0.25 | 0.03 | 0 | 0.02 | 187.74 | 0.89 | 0.86 |
| Hex | BD | F3 | FB | 19 | 3 | 0 | 2 | BC | 59 | 56 |
| Octal | 275 | 363 | 373 | 31 | 3 | 0 | 2 | 274 | 131 | 126 |
| Binary | 10111101 | 11110011 | 11111011 | 11001 | 11 | 0 | 10 | 10111100 | 1011001 | 1010110 |
Color Harmonies of #BDF3FB
Complementary color
Monochromatic Colors of #BDF3FB
Black with #BDF3FB
Text Example
Text Example
White with #BDF3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF3FB; }
p { color: rgb(189,243,251); }
H1.HeaderClassName
{
color: #BDF3FB;
}
.AnyTagClassName
{
color: #BDF3FB;
}
</style>
background-color css
<style>
a { background-color: #BDF3FB; }
a { background-color: rgb(189,243,251); }
div.DivClassName
{
background-color: #BDF3FB;
}
.BgClassName
{
background-color: #BDF3FB;
}
</style>
border-color css
<style>
span { border-color: #BDF3FB; }
span { border-color: rgb(189,243,251); }
td.TdClassName
{
border-color: #BDF3FB;
}
.TagClassName
{
border-color: #BDF3FB;
}
</style>