Html Css Color HEX #BEEEE2 Water Leaf

📋 copy color: '#BEEEE2'

red 190 ◦ green 238 ◦ blue 226

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

Shades of Water Leaf #BEEEE2

Tints of Water Leaf #BEEEE2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.39%

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

R = 29.05%
G = 36.39%
B = 34.56%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#BEEEE2 (or 0xBEEEE2) is known color: Water Leaf. HEX triplet: BE, EE and E2. RGB value is (190,238,226). Sum of RGB (Red+Green+Blue) = 190+238+226=654 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.05% from 654); Green value is 238 (93.36% from 255 or 36.39% from 654); Blue value is 226 (88.67% from 255 or 34.56% from 654); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEEE2 is #41111D. Grayscale: #DEDEDE. Windows color (decimal): -4264222 or 14872254. OLE color: 14872254.

HSL color Cylindrical-coordinate representation of color #BEEEE2: hue angle of 165º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEEEE2 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 238 226 -
CMYK 0.20 0 0.05 0.07
HSL 165º 0.59% 0.84% -
HSV(B) 165º 0.2% 0.93% -
XYZ 65.54 77.59 83.47 -
YUV 222.28 130.1 104.98 -
System Red Green Blue C M Y K H S L
Decimal 190 238 226 0.20 0 0.05 0.07 165 0.59 0.84
Hex BE EE E2 14 0 5 7 A5 3B 54
Octal 276 356 342 24 0 5 7 245 73 124
Binary 10111110 11101110 11100010 10100 0 101 111 10100101 111011 1010100

Color Harmonies of #BEEEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEEE2

Black with #BEEEE2

Text Example


Text Example

White with #BEEEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEEE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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