Shades of Onahau #BCE4F2
Tints of Onahau #BCE4F2
RGB
CMYK
RGB Variations
Color information
#BCE4F2 (or 0xBCE4F2) is known color: Onahau. HEX triplet: BC, E4 and F2. RGB value is (188,228,242). Sum of RGB (Red+Green+Blue) = 188+228+242=658 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.57% from 658); Green value is 228 (89.45% from 255 or 34.65% from 658); Blue value is 242 (94.92% from 255 or 36.78% from 658); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCE4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE4F2 is #431B0D. Grayscale: #D9D9D9. Windows color (decimal): -4397838 or 15918268. OLE color: 15918268.
HSL color Cylindrical-coordinate representation of color #BCE4F2: hue angle of 195.56º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCE4F2 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 228 | 242 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.05 |
| HSL | 195.56º | 0.68% | 0.84% | - |
| HSV(B) | 195.56º | 0.22% | 0.95% | - |
| XYZ | 64.51 | 72.59 | 94.62 | - |
| YUV | 217.64 | 141.75 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 242 | 0.22 | 0.06 | 0 | 0.05 | 195.56 | 0.68 | 0.84 |
| Hex | BC | E4 | F2 | 16 | 6 | 0 | 5 | C4 | 44 | 54 |
| Octal | 274 | 344 | 362 | 26 | 6 | 0 | 5 | 304 | 104 | 124 |
| Binary | 10111100 | 11100100 | 11110010 | 10110 | 110 | 0 | 101 | 11000100 | 1000100 | 1010100 |
Color Harmonies of #BCE4F2
Complementary color
Monochromatic Colors of #BCE4F2
Black with #BCE4F2
Text Example
Text Example
White with #BCE4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE4F2; }
p { color: rgb(188,228,242); }
H1.HeaderClassName
{
color: #BCE4F2;
}
.AnyTagClassName
{
color: #BCE4F2;
}
</style>
background-color css
<style>
a { background-color: #BCE4F2; }
a { background-color: rgb(188,228,242); }
div.DivClassName
{
background-color: #BCE4F2;
}
.BgClassName
{
background-color: #BCE4F2;
}
</style>
border-color css
<style>
span { border-color: #BCE4F2; }
span { border-color: rgb(188,228,242); }
td.TdClassName
{
border-color: #BCE4F2;
}
.TagClassName
{
border-color: #BCE4F2;
}
</style>