Shades of Onahau #BCE7FF
Tints of Onahau #BCE7FF
RGB
CMYK
RGB Variations
Color information
#BCE7FF (or 0xBCE7FF) is known color: Onahau. HEX triplet: BC, E7 and FF. RGB value is (188,231,255). Sum of RGB (Red+Green+Blue) = 188+231+255=674 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.89% from 674); Green value is 231 (90.62% from 255 or 34.27% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCE7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE7FF is #431800. Grayscale: #DCDCDC. Windows color (decimal): -4397057 or 16771004. OLE color: 16771004.
HSL color Cylindrical-coordinate representation of color #BCE7FF: hue angle of 201.49º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCE7FF is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 231 | 255 | - |
| CMYK | 0.26 | 0.09 | 0 | 0 |
| HSL | 201.49º | 1% | 0.87% | - |
| HSV(B) | 201.49º | 0.26% | 1% | - |
| XYZ | 67.36 | 75.06 | 105.55 | - |
| YUV | 220.88 | 147.25 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 255 | 0.26 | 0.09 | 0 | 0 | 201.49 | 1 | 0.87 |
| Hex | BC | E7 | FF | 1A | 9 | 0 | 0 | C9 | 64 | 57 |
| Octal | 274 | 347 | 377 | 32 | 11 | 0 | 0 | 311 | 144 | 127 |
| Binary | 10111100 | 11100111 | 11111111 | 11010 | 1001 | 0 | 0 | 11001001 | 1100100 | 1010111 |
Color Harmonies of #BCE7FF
Complementary color
Monochromatic Colors of #BCE7FF
Black with #BCE7FF
Text Example
Text Example
White with #BCE7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE7FF; }
p { color: rgb(188,231,255); }
H1.HeaderClassName
{
color: #BCE7FF;
}
.AnyTagClassName
{
color: #BCE7FF;
}
</style>
background-color css
<style>
a { background-color: #BCE7FF; }
a { background-color: rgb(188,231,255); }
div.DivClassName
{
background-color: #BCE7FF;
}
.BgClassName
{
background-color: #BCE7FF;
}
</style>
border-color css
<style>
span { border-color: #BCE7FF; }
span { border-color: rgb(188,231,255); }
td.TdClassName
{
border-color: #BCE7FF;
}
.TagClassName
{
border-color: #BCE7FF;
}
</style>