#B4FCE1

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

Shades of Water Leaf #B4FCE1

Tints of Water Leaf #B4FCE1

Color information

#B4FCE1 (or 0xB4FCE1) is unknown color: approx Water Leaf. HEX triplet: B4, FC and E1. RGB value is (180,252,225). Sum of RGB (Red+Green+Blue) = 180+252+225=657 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.40% from 657); Green value is 252 (98.83% from 255 or 38.36% from 657); Blue value is 225 (88.28% from 255 or 34.25% from 657); Max value from RGB is 252 - color contains mainly: green. Hex color #B4FCE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FCE1 is #4B031E. Grayscale: #E3E3E3. Windows color (decimal): -4915999 or 14810292. OLE color: 14810292.

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

Color convert

RGB180252225-
CMYK0.2900.110.01
HSL157.5º92.31%84.71%-
HSV(B)157.5º28.57%98.82%-
XYZ67.2284.7684.05-
YUV227.39126.6594.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.40%
GREEN value IS 252 (98.83% from 255) = 38.36%
BLUE value IS 225 (88.28% from 255) = 34.25%
R=27.40%
G=38.36%
B=34.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802522250.2900.110.01157.592.3184.71
HexB4FCE11D0B19e5c55
Octal264374341350131236134125
Binary101101001111110011100001111010101111001111010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FCE1; }

 p { color: rgb(180,252,225); }

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

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

 a { background-color: rgb(180,252,225); }

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

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

 span { border-color: rgb(180,252,225); }

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