Html Css Color HEX #BEEBE2 Water Leaf

📋 copy color: '#BEEBE2'

red 190 ◦ green 235 ◦ blue 226

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

Shades of Water Leaf #BEEBE2

Tints of Water Leaf #BEEBE2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.1%

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

R = 29.19%
G = 36.1%
B = 34.72%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#BEEBE2 (or 0xBEEBE2) is known color: Water Leaf. HEX triplet: BE, EB and E2. RGB value is (190,235,226). Sum of RGB (Red+Green+Blue) = 190+235+226=651 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.19% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 226 (88.67% from 255 or 34.72% from 651); Max value from RGB is 235 - color contains mainly: green. Hex color #BEEBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEBE2 is #41141D. Grayscale: #DCDCDC. Windows color (decimal): -4264990 or 14871486. OLE color: 14871486.

HSL color Cylindrical-coordinate representation of color #BEEBE2: hue angle of 168º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEEBE2 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 235 226 -
CMYK 0.19 0 0.04 0.08
HSL 168º 0.53% 0.83% -
HSV(B) 168º 0.19% 0.92% -
XYZ 64.67 75.85 83.18 -
YUV 220.52 131.09 106.23 -
System Red Green Blue C M Y K H S L
Decimal 190 235 226 0.19 0 0.04 0.08 168 0.53 0.83
Hex BE EB E2 13 0 4 8 A8 35 53
Octal 276 353 342 23 0 4 10 250 65 123
Binary 10111110 11101011 11100010 10011 0 100 1000 10101000 110101 1010011

Color Harmonies of #BEEBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEBE2

Black with #BEEBE2

Text Example


Text Example

White with #BEEBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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