#BEECFC

Color #BEECFC Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #BEECFC

Tints of Onahau #BEECFC

Color information

#BEECFC (or 0xBEECFC) is unknown color: approx 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

RGB190236252-
CMYK0.250.0600.01
HSL195.48º91.18%86.67%-
HSV(B)195.48º24.6%98.82%-
XYZ68.877.97103.52-
YUV224.07143.76103.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 28.02%
GREEN value IS 236 (92.58% from 255) = 34.81%
BLUE value IS 252 (98.83% from 255) = 37.17%
R=28.02%
G=34.81%
B=37.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902362520.250.0600.01195.4891.1886.67
HexBEECFC19601c35b57
Octal27635437431601303133127
Binary10111110111011001111110011001110011100001110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEECFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>