Html Css Color HEX #BEECDE Water Leaf

📋 copy color: '#BEECDE'

red 190 ◦ green 236 ◦ blue 222

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

Shades of Water Leaf #BEECDE

Tints of Water Leaf #BEECDE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.42%

 BLUE value IS 222 (87.11% from 255) = 34.26%

R = 29.32%
G = 36.42%
B = 34.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#BEECDE (or 0xBEECDE) is known color: Water Leaf. HEX triplet: BE, EC and DE. RGB value is (190,236,222). Sum of RGB (Red+Green+Blue) = 190+236+222=648 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.32% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 222 (87.11% from 255 or 34.26% from 648); Max value from RGB is 236 - color contains mainly: green. Hex color #BEECDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEECDE is #411321. Grayscale: #DCDCDC. Windows color (decimal): -4264738 or 14609598. OLE color: 14609598.

HSL color Cylindrical-coordinate representation of color #BEECDE: hue angle of 161.74º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEECDE is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 236 222 -
CMYK 0.19 0 0.06 0.07
HSL 161.74º 0.55% 0.84% -
HSV(B) 161.74º 0.19% 0.93% -
XYZ 64.42 76.21 80.42 -
YUV 220.65 128.76 106.14 -
System Red Green Blue C M Y K H S L
Decimal 190 236 222 0.19 0 0.06 0.07 161.74 0.55 0.84
Hex BE EC DE 13 0 6 7 A2 37 54
Octal 276 354 336 23 0 6 7 242 67 124
Binary 10111110 11101100 11011110 10011 0 110 111 10100010 110111 1010100

Color Harmonies of #BEECDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEECDE

Black with #BEECDE

Text Example


Text Example

White with #BEECDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEECDE; }

 p { color: rgb(190,236,222); }

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

background-color css

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

 a { background-color: rgb(190,236,222); }

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

border-color css

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

 span { border-color: rgb(190,236,222); }

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