Shades of Onahau #BCE5FC
Tints of Onahau #BCE5FC
RGB
CMYK
RGB Variations
Color information
#BCE5FC (or 0xBCE5FC) is known color: Onahau. HEX triplet: BC, E5 and FC. RGB value is (188,229,252). Sum of RGB (Red+Green+Blue) = 188+229+252=669 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.10% from 669); Green value is 229 (89.84% from 255 or 34.23% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCE5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE5FC is #431A03. Grayscale: #DBDBDB. Windows color (decimal): -4397572 or 16573884. OLE color: 16573884.
HSL color Cylindrical-coordinate representation of color #BCE5FC: hue angle of 201.56º 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 #BCE5FC is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 229 | 252 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.01 |
| HSL | 201.56º | 0.91% | 0.86% | - |
| HSV(B) | 201.56º | 0.25% | 0.99% | - |
| XYZ | 66.33 | 73.76 | 102.84 | - |
| YUV | 219.36 | 146.42 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 229 | 252 | 0.25 | 0.09 | 0 | 0.01 | 201.56 | 0.91 | 0.86 |
| Hex | BC | E5 | FC | 19 | 9 | 0 | 1 | CA | 5B | 56 |
| Octal | 274 | 345 | 374 | 31 | 11 | 0 | 1 | 312 | 133 | 126 |
| Binary | 10111100 | 11100101 | 11111100 | 11001 | 1001 | 0 | 1 | 11001010 | 1011011 | 1010110 |
Color Harmonies of #BCE5FC
Complementary color
Monochromatic Colors of #BCE5FC
Black with #BCE5FC
Text Example
Text Example
White with #BCE5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE5FC; }
p { color: rgb(188,229,252); }
H1.HeaderClassName
{
color: #BCE5FC;
}
.AnyTagClassName
{
color: #BCE5FC;
}
</style>
background-color css
<style>
a { background-color: #BCE5FC; }
a { background-color: rgb(188,229,252); }
div.DivClassName
{
background-color: #BCE5FC;
}
.BgClassName
{
background-color: #BCE5FC;
}
</style>
border-color css
<style>
span { border-color: #BCE5FC; }
span { border-color: rgb(188,229,252); }
td.TdClassName
{
border-color: #BCE5FC;
}
.TagClassName
{
border-color: #BCE5FC;
}
</style>