Shades of Onahau #BCDEF3
Tints of Onahau #BCDEF3
RGB
CMYK
RGB Variations
Color information
#BCDEF3 (or 0xBCDEF3) is known color: Onahau. HEX triplet: BC, DE and F3. RGB value is (188,222,243). Sum of RGB (Red+Green+Blue) = 188+222+243=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 243 (95.31% from 255 or 37.21% from 653); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCDEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDEF3 is #43210C. Grayscale: #D6D6D6. Windows color (decimal): -4399373 or 15982268. OLE color: 15982268.
HSL color Cylindrical-coordinate representation of color #BCDEF3: hue angle of 202.91º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCDEF3 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 222 | 243 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.05 |
| HSL | 202.91º | 0.7% | 0.85% | - |
| HSV(B) | 202.91º | 0.23% | 0.95% | - |
| XYZ | 63.04 | 69.4 | 94.87 | - |
| YUV | 214.23 | 144.24 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 222 | 243 | 0.23 | 0.09 | 0 | 0.05 | 202.91 | 0.7 | 0.85 |
| Hex | BC | DE | F3 | 17 | 9 | 0 | 5 | CB | 46 | 55 |
| Octal | 274 | 336 | 363 | 27 | 11 | 0 | 5 | 313 | 106 | 125 |
| Binary | 10111100 | 11011110 | 11110011 | 10111 | 1001 | 0 | 101 | 11001011 | 1000110 | 1010101 |
Color Harmonies of #BCDEF3
Complementary color
Monochromatic Colors of #BCDEF3
Black with #BCDEF3
Text Example
Text Example
White with #BCDEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDEF3; }
p { color: rgb(188,222,243); }
H1.HeaderClassName
{
color: #BCDEF3;
}
.AnyTagClassName
{
color: #BCDEF3;
}
</style>
background-color css
<style>
a { background-color: #BCDEF3; }
a { background-color: rgb(188,222,243); }
div.DivClassName
{
background-color: #BCDEF3;
}
.BgClassName
{
background-color: #BCDEF3;
}
</style>
border-color css
<style>
span { border-color: #BCDEF3; }
span { border-color: rgb(188,222,243); }
td.TdClassName
{
border-color: #BCDEF3;
}
.TagClassName
{
border-color: #BCDEF3;
}
</style>