#BEE6EC

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

Shades of Onahau #BEE6EC

Tints of Onahau #BEE6EC

Color information

#BEE6EC (or 0xBEE6EC) is unknown color: approx Onahau. HEX triplet: BE, E6 and EC. RGB value is (190,230,236). Sum of RGB (Red+Green+Blue) = 190+230+236=656 (86% of max value = 765). Red value is 190 (74.61% from 255 or 28.96% from 656); Green value is 230 (90.23% from 255 or 35.06% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEE6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE6EC is #411913. Grayscale: #DADADA. Windows color (decimal): -4266260 or 15525566. OLE color: 15525566.

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

Color convert

RGB190230236-
CMYK0.190.0300.07
HSL187.83º54.76%83.53%-
HSV(B)187.83º19.49%92.55%-
XYZ64.6773.690.15-
YUV218.72137.75107.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.96%
GREEN value IS 230 (90.23% from 255) = 35.06%
BLUE value IS 236 (92.58% from 255) = 35.98%
R=28.96%
G=35.06%
B=35.98%

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
Decimal1902302360.190.0300.07187.8354.7683.53
HexBEE6EC13307bc3754
Octal2763463542330727467124
Binary10111110111001101110110010011110111101111001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE6EC; }

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

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

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

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

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

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

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

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