#B6EBE5

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

Shades of Water Leaf #B6EBE5

Tints of Water Leaf #B6EBE5

Color information

#B6EBE5 (or 0xB6EBE5) is unknown color: approx Water Leaf. HEX triplet: B6, EB and E5. RGB value is (182,235,229). Sum of RGB (Red+Green+Blue) = 182+235+229=646 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.17% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 229 (89.84% from 255 or 35.45% from 646); Max value from RGB is 235 - color contains mainly: green. Hex color #B6EBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EBE5 is #49141A. Grayscale: #DADADA. Windows color (decimal): -4789275 or 15068086. OLE color: 15068086.

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

Color convert

RGB182235229-
CMYK0.2300.030.08
HSL173.21º56.99%81.76%-
HSV(B)173.21º22.55%92.16%-
XYZ63.1475.0285.28-
YUV218.47133.94101.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.17%
GREEN value IS 235 (92.19% from 255) = 36.38%
BLUE value IS 229 (89.84% from 255) = 35.45%
R=28.17%
G=36.38%
B=35.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1822352290.2300.030.08173.2156.9981.76
HexB6EBE517038ad3952
Octal26635334527031025571122
Binary101101101110101111100101101110111000101011011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EBE5; }

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

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

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

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

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

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

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

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