#b7fce2

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

Shades of Water Leaf #B7FCE2

Tints of Water Leaf #B7FCE2

Color information

#B7FCE2 (or 0xB7FCE2) is unknown color: approx Water Leaf. HEX triplet: B7, FC and E2. RGB value is (183,252,226). Sum of RGB (Red+Green+Blue) = 183+252+226=661 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.69% from 661); Green value is 252 (98.83% from 255 or 38.12% from 661); Blue value is 226 (88.67% from 255 or 34.19% from 661); Max value from RGB is 252 - color contains mainly: green. Hex color #B7FCE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FCE2 is #48031D. Grayscale: #E4E4E4. Windows color (decimal): -4719390 or 14875831. OLE color: 14875831.

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

Color convert

RGB183252226-
CMYK0.2700.100.01
HSL157.39º92%85.29%-
HSV(B)157.39º27.38%98.82%-
XYZ68.0785.1884.81-
YUV228.4126.6495.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.69%
GREEN value IS 252 (98.83% from 255) = 38.12%
BLUE value IS 226 (88.67% from 255) = 34.19%
R=27.69%
G=38.12%
B=34.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1832522260.2700.100.01157.399285.29
HexB7FCE21B0A19d5c55
Octal267374342330121235134125
Binary101101111111110011100010110110101011001110110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7fce2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7fce2; }

 p { color: rgb(183,252,226); }

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

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

 a { background-color: rgb(183,252,226); }

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

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

 span { border-color: rgb(183,252,226); }

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