#B7EDDD

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

Shades of Water Leaf #B7EDDD

Tints of Water Leaf #B7EDDD

Color information

#B7EDDD (or 0xB7EDDD) is unknown color: approx Water Leaf. HEX triplet: B7, ED and DD. RGB value is (183,237,221). Sum of RGB (Red+Green+Blue) = 183+237+221=641 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.55% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 237 - color contains mainly: green. Hex color #B7EDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EDDD is #481222. Grayscale: #DBDBDB. Windows color (decimal): -4723235 or 14544311. OLE color: 14544311.

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

Color convert

RGB183237221-
CMYK0.2300.070.07
HSL162.22º60%82.35%-
HSV(B)162.22º22.78%92.94%-
XYZ62.8675.8679.74-
YUV219.03129.11102.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.55%
GREEN value IS 237 (92.97% from 255) = 36.97%
BLUE value IS 221 (86.72% from 255) = 34.48%
R=28.55%
G=36.97%
B=34.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1832372210.2300.070.07162.226082.35
HexB7EDDD17077a23c52
Octal2673553352707724274122
Binary101101111110110111011101101110111111101000101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EDDD; }

 p { color: rgb(183,237,221); }

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

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

 a { background-color: rgb(183,237,221); }

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

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

 span { border-color: rgb(183,237,221); }

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