Html Css Color HEX #BEEBE1 Water Leaf

📋 copy color: '#BEEBE1'

red 190 ◦ green 235 ◦ blue 225

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

Shades of Water Leaf #BEEBE1

Tints of Water Leaf #BEEBE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.62%

R = 29.23%
G = 36.15%
B = 34.62%

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

#BEEBE1 (or 0xBEEBE1) is known color: Water Leaf. HEX triplet: BE, EB and E1. RGB value is (190,235,225). Sum of RGB (Red+Green+Blue) = 190+235+225=650 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.23% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 225 (88.28% from 255 or 34.62% from 650); Max value from RGB is 235 - color contains mainly: green. Hex color #BEEBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEBE1 is #41141E. Grayscale: #DCDCDC. Windows color (decimal): -4264991 or 14805950. OLE color: 14805950.

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

Color convert

RGB 190 235 225 -
CMYK 0.19 0 0.04 0.08
HSL 166.67º 0.53% 0.83% -
HSV(B) 166.67º 0.19% 0.92% -
XYZ 64.53 75.8 82.46 -
YUV 220.41 130.59 106.31 -
System Red Green Blue C M Y K H S L
Decimal 190 235 225 0.19 0 0.04 0.08 166.67 0.53 0.83
Hex BE EB E1 13 0 4 8 A7 35 53
Octal 276 353 341 23 0 4 10 247 65 123
Binary 10111110 11101011 11100001 10011 0 100 1000 10100111 110101 1010011

Color Harmonies of #BEEBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEBE1

Black with #BEEBE1

Text Example


Text Example

White with #BEEBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEBE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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