#B7FDEC

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

Shades of Water Leaf #B7FDEC

Tints of Water Leaf #B7FDEC

Color information

#B7FDEC (or 0xB7FDEC) is unknown color: approx Water Leaf. HEX triplet: B7, FD and EC. RGB value is (183,253,236). Sum of RGB (Red+Green+Blue) = 183+253+236=672 (89% of max value = 765). Red value is 183 (71.88% from 255 or 27.23% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #B7FDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FDEC is #480213. Grayscale: #E6E6E6. Windows color (decimal): -4719124 or 15531447. OLE color: 15531447.

HSL color Cylindrical-coordinate representation of color #B7FDEC: hue angle of 165.43º 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 #B7FDEC is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB183253236-
CMYK0.2800.070.01
HSL165.43º94.59%85.49%-
HSV(B)165.43º27.67%99.22%-
XYZ69.7986.3792.35-
YUV230.13131.3194.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.23%
GREEN value IS 253 (99.22% from 255) = 37.65%
BLUE value IS 236 (92.58% from 255) = 35.12%
R=27.23%
G=37.65%
B=35.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1832532360.2800.070.01165.4394.5985.49
HexB7FDEC1C071a55f55
Octal26737535434071245137125
Binary10110111111111011110110011100011111010010110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FDEC; }

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

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

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

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

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

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

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

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