#BEEAEC

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

Shades of Onahau #BEEAEC

Tints of Onahau #BEEAEC

Color information

#BEEAEC (or 0xBEEAEC) is unknown color: approx Onahau. HEX triplet: BE, EA and EC. RGB value is (190,234,236). Sum of RGB (Red+Green+Blue) = 190+234+236=660 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.79% from 660); Green value is 234 (91.80% from 255 or 35.45% from 660); Blue value is 236 (92.58% from 255 or 35.76% from 660); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEEAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEAEC is #411513. Grayscale: #DDDDDD. Windows color (decimal): -4265236 or 15526590. OLE color: 15526590.

HSL color Cylindrical-coordinate representation of color #BEEAEC: hue angle of 182.61º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEEAEC is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190234236-
CMYK0.190.0100.07
HSL182.61º54.76%83.53%-
HSV(B)182.61º19.49%92.55%-
XYZ65.875.8590.53-
YUV221.07136.42105.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.79%
GREEN value IS 234 (91.80% from 255) = 35.45%
BLUE value IS 236 (92.58% from 255) = 35.76%
R=28.79%
G=35.45%
B=35.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902342360.190.0100.07182.6154.7683.53
HexBEEAEC13107b73754
Octal2763523542310726767124
Binary1011111011101010111011001001110111101101111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEAEC; }

 p { color: rgb(190,234,236); }

 H1.HeaderClassName
 {
   color: #BEEAEC;
 }
 .AnyTagClassName
 {
   color: #BEEAEC;
 }
</style>
background-color css

<style>
 a { background-color: #BEEAEC; }

 a { background-color: rgb(190,234,236); }

 div.DivClassName
 {
   background-color: #BEEAEC;
 }
 .BgClassName
 {
   background-color: #BEEAEC;
 }
</style>
border-color css

<style>
 span { border-color: #BEEAEC; }

 span { border-color: rgb(190,234,236); }

 td.TdClassName
 {
   border-color: #BEEAEC;
 }
 .TagClassName
 {
   border-color: #BEEAEC;
 }
</style>