#B7FDE0

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

Shades of Water Leaf #B7FDE0

Tints of Water Leaf #B7FDE0

Color information

#B7FDE0 (or 0xB7FDE0) is unknown color: approx Water Leaf. HEX triplet: B7, FD and E0. RGB value is (183,253,224). Sum of RGB (Red+Green+Blue) = 183+253+224=660 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.73% from 660); Green value is 253 (99.22% from 255 or 38.33% from 660); Blue value is 224 (87.89% from 255 or 33.94% from 660); Max value from RGB is 253 - color contains mainly: green. Hex color #B7FDE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FDE0 is #48021F. Grayscale: #E4E4E4. Windows color (decimal): -4719136 or 14745015. OLE color: 14745015.

HSL color Cylindrical-coordinate representation of color #B7FDE0: hue angle of 155.14º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7FDE0 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB183253224-
CMYK0.2800.110.01
HSL155.14º94.59%85.49%-
HSV(B)155.14º27.67%99.22%-
XYZ68.1185.783.47-
YUV228.76125.3195.36-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.73%
GREEN value IS 253 (99.22% from 255) = 38.33%
BLUE value IS 224 (87.89% from 255) = 33.94%
R=27.73%
G=38.33%
B=33.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1832532240.2800.110.01155.1494.5985.49
HexB7FDE01C0B19b5f55
Octal267375340340131233137125
Binary101101111111110111100000111000101111001101110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FDE0; }

 p { color: rgb(183,253,224); }

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

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

 a { background-color: rgb(183,253,224); }

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

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

 span { border-color: rgb(183,253,224); }

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