Shades of Onahau #BEECFC
Tints of Onahau #BEECFC
RGB
CMYK
RGB Variations
Color information
#BEECFC (or 0xBEECFC) is known color: Onahau. HEX triplet: BE, EC and FC. RGB value is (190,236,252). Sum of RGB (Red+Green+Blue) = 190+236+252=678 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.02% from 678); Green value is 236 (92.58% from 255 or 34.81% from 678); Blue value is 252 (98.83% from 255 or 37.17% from 678); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEECFC is #411303. Grayscale: #DFDFDF. Windows color (decimal): -4264708 or 16575678. OLE color: 16575678.
HSL color Cylindrical-coordinate representation of color #BEECFC: hue angle of 195.48º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEECFC is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 236 | 252 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.01 |
| HSL | 195.48º | 0.91% | 0.87% | - |
| HSV(B) | 195.48º | 0.25% | 0.99% | - |
| XYZ | 68.8 | 77.97 | 103.52 | - |
| YUV | 224.07 | 143.76 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 236 | 252 | 0.25 | 0.06 | 0 | 0.01 | 195.48 | 0.91 | 0.87 |
| Hex | BE | EC | FC | 19 | 6 | 0 | 1 | C3 | 5B | 57 |
| Octal | 276 | 354 | 374 | 31 | 6 | 0 | 1 | 303 | 133 | 127 |
| Binary | 10111110 | 11101100 | 11111100 | 11001 | 110 | 0 | 1 | 11000011 | 1011011 | 1010111 |
Color Harmonies of #BEECFC
Complementary color
Monochromatic Colors of #BEECFC
Black with #BEECFC
Text Example
Text Example
White with #BEECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEECFC; }
p { color: rgb(190,236,252); }
H1.HeaderClassName
{
color: #BEECFC;
}
.AnyTagClassName
{
color: #BEECFC;
}
</style>
background-color css
<style>
a { background-color: #BEECFC; }
a { background-color: rgb(190,236,252); }
div.DivClassName
{
background-color: #BEECFC;
}
.BgClassName
{
background-color: #BEECFC;
}
</style>
border-color css
<style>
span { border-color: #BEECFC; }
span { border-color: rgb(190,236,252); }
td.TdClassName
{
border-color: #BEECFC;
}
.TagClassName
{
border-color: #BEECFC;
}
</style>