Html Css Color HEX #BEEEE6 Water Leaf

📋 copy color: '#BEEEE6'

red 190 ◦ green 238 ◦ blue 230

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

Shades of Water Leaf #BEEEE6

Tints of Water Leaf #BEEEE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.95%

R = 28.88%
G = 36.17%
B = 34.95%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#BEEEE6 (or 0xBEEEE6) is known color: Water Leaf. HEX triplet: BE, EE and E6. RGB value is (190,238,230). Sum of RGB (Red+Green+Blue) = 190+238+230=658 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.88% from 658); Green value is 238 (93.36% from 255 or 36.17% from 658); Blue value is 230 (90.23% from 255 or 34.95% from 658); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEEE6 is #411119. Grayscale: #DEDEDE. Windows color (decimal): -4264218 or 15134398. OLE color: 15134398.

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

Color convert

RGB 190 238 230 -
CMYK 0.20 0 0.03 0.07
HSL 170º 0.59% 0.84% -
HSV(B) 170º 0.2% 0.93% -
XYZ 66.09 77.81 86.4 -
YUV 222.74 132.1 104.65 -
System Red Green Blue C M Y K H S L
Decimal 190 238 230 0.20 0 0.03 0.07 170 0.59 0.84
Hex BE EE E6 14 0 3 7 AA 3B 54
Octal 276 356 346 24 0 3 7 252 73 124
Binary 10111110 11101110 11100110 10100 0 11 111 10101010 111011 1010100

Color Harmonies of #BEEEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEEE6

Black with #BEEEE6

Text Example


Text Example

White with #BEEEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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