#BEE4EC

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

Shades of Onahau #BEE4EC

Tints of Onahau #BEE4EC

Color information

#BEE4EC (or 0xBEE4EC) is unknown color: approx Onahau. HEX triplet: BE, E4 and EC. RGB value is (190,228,236). Sum of RGB (Red+Green+Blue) = 190+228+236=654 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.05% from 654); Green value is 228 (89.45% from 255 or 34.86% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEE4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE4EC is #411B13. Grayscale: #D9D9D9. Windows color (decimal): -4266772 or 15525054. OLE color: 15525054.

HSL color Cylindrical-coordinate representation of color #BEE4EC: hue angle of 190.43º 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 #BEE4EC is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190228236-
CMYK0.190.0300.07
HSL190.43º54.76%83.53%-
HSV(B)190.43º19.49%92.55%-
XYZ64.1272.4989.97-
YUV217.55138.41108.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.05%
GREEN value IS 228 (89.45% from 255) = 34.86%
BLUE value IS 236 (92.58% from 255) = 36.09%
R=29.05%
G=34.86%
B=36.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902282360.190.0300.07190.4354.7683.53
HexBEE4EC13307be3754
Octal2763443542330727667124
Binary10111110111001001110110010011110111101111101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE4EC; }

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

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

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

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

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

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

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

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