#B7E6DA

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

Shades of Water Leaf #B7E6DA

Tints of Water Leaf #B7E6DA

Color information

#B7E6DA (or 0xB7E6DA) is unknown color: approx Water Leaf. HEX triplet: B7, E6 and DA. RGB value is (183,230,218). Sum of RGB (Red+Green+Blue) = 183+230+218=631 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.00% from 631); Green value is 230 (90.23% from 255 or 36.45% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 230 - color contains mainly: green. Hex color #B7E6DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7E6DA is #481925. Grayscale: #D6D6D6. Windows color (decimal): -4725030 or 14345911. OLE color: 14345911.

HSL color Cylindrical-coordinate representation of color #B7E6DA: hue angle of 164.68º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7E6DA is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB183230218-
CMYK0.2000.050.10
HSL164.68º48.45%80.98%-
HSV(B)164.68º20.43%90.2%-
XYZ60.4871.7276.99-
YUV214.58129.93105.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.00%
GREEN value IS 230 (90.23% from 255) = 36.45%
BLUE value IS 218 (85.55% from 255) = 34.55%
R=29.00%
G=36.45%
B=34.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1832302180.2000.050.10164.6848.4580.98
HexB7E6DA1405Aa53051
Octal26734633224051224560121
Binary1011011111100110110110101010001011010101001011100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7E6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7E6DA; }

 p { color: rgb(183,230,218); }

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

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

 a { background-color: rgb(183,230,218); }

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

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

 span { border-color: rgb(183,230,218); }

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