#B6EBDA

Color #B6EBDA Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #B6EBDA

Tints of Water Leaf #B6EBDA

Color information

#B6EBDA (or 0xB6EBDA) is unknown color: approx Water Leaf. HEX triplet: B6, EB and DA. RGB value is (182,235,218). Sum of RGB (Red+Green+Blue) = 182+235+218=635 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.66% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 235 - color contains mainly: green. Hex color #B6EBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EBDA is #491425. Grayscale: #D9D9D9. Windows color (decimal): -4789286 or 14347190. OLE color: 14347190.

HSL color Cylindrical-coordinate representation of color #B6EBDA: hue angle of 160.75º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6EBDA is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB182235218-
CMYK0.2300.070.08
HSL160.75º56.99%81.76%-
HSV(B)160.75º22.55%92.16%-
XYZ61.6574.4277.45-
YUV217.22128.44102.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.66%
GREEN value IS 235 (92.19% from 255) = 37.01%
BLUE value IS 218 (85.55% from 255) = 34.33%
R=28.66%
G=37.01%
B=34.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1822352180.2300.070.08160.7556.9981.76
HexB6EBDA17078a13952
Octal26635333227071024171122
Binary1011011011101011110110101011101111000101000011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EBDA; }

 p { color: rgb(182,235,218); }

 H1.HeaderClassName
 {
   color: #B6EBDA;
 }
 .AnyTagClassName
 {
   color: #B6EBDA;
 }
</style>
background-color css

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

 a { background-color: rgb(182,235,218); }

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

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

 span { border-color: rgb(182,235,218); }

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