#B4F3E2

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

Shades of Water Leaf #B4F3E2

Tints of Water Leaf #B4F3E2

Color information

#B4F3E2 (or 0xB4F3E2) is unknown color: approx Water Leaf. HEX triplet: B4, F3 and E2. RGB value is (180,243,226). Sum of RGB (Red+Green+Blue) = 180+243+226=649 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.73% from 649); Green value is 243 (95.31% from 255 or 37.44% from 649); Blue value is 226 (88.67% from 255 or 34.82% from 649); Max value from RGB is 243 - color contains mainly: green. Hex color #B4F3E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F3E2 is #4B0C1D. Grayscale: #DEDEDE. Windows color (decimal): -4918302 or 14873524. OLE color: 14873524.

HSL color Cylindrical-coordinate representation of color #B4F3E2: hue angle of 163.81º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4F3E2 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB180243226-
CMYK0.2600.070.05
HSL163.81º72.41%82.94%-
HSV(B)163.81º25.93%95.29%-
XYZ64.679.383.85-
YUV222.22130.1397.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.73%
GREEN value IS 243 (95.31% from 255) = 37.44%
BLUE value IS 226 (88.67% from 255) = 34.82%
R=27.73%
G=37.44%
B=34.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1802432260.2600.070.05163.8172.4182.94
HexB4F3E21A075a44853
Octal26436334232075244110123
Binary1011010011110011111000101101001111011010010010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F3E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F3E2; }

 p { color: rgb(180,243,226); }

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

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

 a { background-color: rgb(180,243,226); }

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

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

 span { border-color: rgb(180,243,226); }

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