Html Css Color HEX #BEECE2 Water Leaf

📋 copy color: '#BEECE2'

red 190 ◦ green 236 ◦ blue 226

#BEECE2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Water Leaf #BEECE2

Tints of Water Leaf #BEECE2

RGB

 RED value IS 190 (74.61% from 255) = 29.14%

 GREEN value IS 236 (92.58% from 255) = 36.2%

 BLUE value IS 226 (88.67% from 255) = 34.66%

R = 29.14%
G = 36.2%
B = 34.66%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#BEECE2 (or 0xBEECE2) is known color: Water Leaf. HEX triplet: BE, EC and E2. RGB value is (190,236,226). Sum of RGB (Red+Green+Blue) = 190+236+226=652 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.14% from 652); Green value is 236 (92.58% from 255 or 36.20% from 652); Blue value is 226 (88.67% from 255 or 34.66% from 652); Max value from RGB is 236 - color contains mainly: green. Hex color #BEECE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEECE2 is #41131D. Grayscale: #DDDDDD. Windows color (decimal): -4264734 or 14871742. OLE color: 14871742.

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

Color convert

RGB 190 236 226 -
CMYK 0.19 0 0.04 0.07
HSL 166.96º 0.55% 0.84% -
HSV(B) 166.96º 0.19% 0.93% -
XYZ 64.96 76.43 83.28 -
YUV 221.11 130.76 105.81 -
System Red Green Blue C M Y K H S L
Decimal 190 236 226 0.19 0 0.04 0.07 166.96 0.55 0.84
Hex BE EC E2 13 0 4 7 A7 37 54
Octal 276 354 342 23 0 4 7 247 67 124
Binary 10111110 11101100 11100010 10011 0 100 111 10100111 110111 1010100

Color Harmonies of #BEECE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEECE2

Black with #BEECE2

Text Example


Text Example

White with #BEECE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEECE2; }

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

 H1.HeaderClassName
 {
   color: #BEECE2;
 }
 .AnyTagClassName
 {
   color: #BEECE2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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