Shades of Onahau #BDEFF3
Tints of Onahau #BDEFF3
RGB
CMYK
RGB Variations
Color information
#BDEFF3 (or 0xBDEFF3) is known color: Onahau. HEX triplet: BD, EF and F3. RGB value is (189,239,243). Sum of RGB (Red+Green+Blue) = 189+239+243=671 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.17% from 671); Green value is 239 (93.75% from 255 or 35.62% from 671); Blue value is 243 (95.31% from 255 or 36.21% from 671); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDEFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEFF3 is #42100C. Grayscale: #E0E0E0. Windows color (decimal): -4329485 or 15986621. OLE color: 15986621.
HSL color Cylindrical-coordinate representation of color #BDEFF3: hue angle of 184.44º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDEFF3 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 239 | 243 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.05 |
| HSL | 184.44º | 0.69% | 0.85% | - |
| HSV(B) | 184.44º | 0.22% | 0.95% | - |
| XYZ | 68.03 | 79.02 | 96.46 | - |
| YUV | 224.51 | 138.44 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 243 | 0.22 | 0.02 | 0 | 0.05 | 184.44 | 0.69 | 0.85 |
| Hex | BD | EF | F3 | 16 | 2 | 0 | 5 | B8 | 45 | 55 |
| Octal | 275 | 357 | 363 | 26 | 2 | 0 | 5 | 270 | 105 | 125 |
| Binary | 10111101 | 11101111 | 11110011 | 10110 | 10 | 0 | 101 | 10111000 | 1000101 | 1010101 |
Color Harmonies of #BDEFF3
Complementary color
Monochromatic Colors of #BDEFF3
Black with #BDEFF3
Text Example
Text Example
White with #BDEFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEFF3; }
p { color: rgb(189,239,243); }
H1.HeaderClassName
{
color: #BDEFF3;
}
.AnyTagClassName
{
color: #BDEFF3;
}
</style>
background-color css
<style>
a { background-color: #BDEFF3; }
a { background-color: rgb(189,239,243); }
div.DivClassName
{
background-color: #BDEFF3;
}
.BgClassName
{
background-color: #BDEFF3;
}
</style>
border-color css
<style>
span { border-color: #BDEFF3; }
span { border-color: rgb(189,239,243); }
td.TdClassName
{
border-color: #BDEFF3;
}
.TagClassName
{
border-color: #BDEFF3;
}
</style>