Html Css Color HEX #BEEEE0 Water Leaf

📋 copy color: '#BEEEE0'

red 190 ◦ green 238 ◦ blue 224

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

Shades of Water Leaf #BEEEE0

Tints of Water Leaf #BEEEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 34.36%

R = 29.14%
G = 36.5%
B = 34.36%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#BEEEE0 (or 0xBEEEE0) is known color: Water Leaf. HEX triplet: BE, EE and E0. RGB value is (190,238,224). Sum of RGB (Red+Green+Blue) = 190+238+224=652 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.14% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 224 (87.89% from 255 or 34.36% from 652); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEEE0 is #41111F. Grayscale: #DEDEDE. Windows color (decimal): -4264224 or 14741182. OLE color: 14741182.

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

Color convert

RGB 190 238 224 -
CMYK 0.20 0 0.06 0.07
HSL 162.5º 0.59% 0.84% -
HSV(B) 162.5º 0.2% 0.93% -
XYZ 65.26 77.48 82.04 -
YUV 222.05 129.1 105.14 -
System Red Green Blue C M Y K H S L
Decimal 190 238 224 0.20 0 0.06 0.07 162.5 0.59 0.84
Hex BE EE E0 14 0 6 7 A2 3B 54
Octal 276 356 340 24 0 6 7 242 73 124
Binary 10111110 11101110 11100000 10100 0 110 111 10100010 111011 1010100

Color Harmonies of #BEEEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEEE0

Black with #BEEEE0

Text Example


Text Example

White with #BEEEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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