#B4FFE3

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

Shades of Water Leaf #B4FFE3

Tints of Water Leaf #B4FFE3

Color information

#B4FFE3 (or 0xB4FFE3) is unknown color: approx Water Leaf. HEX triplet: B4, FF and E3. RGB value is (180,255,227). Sum of RGB (Red+Green+Blue) = 180+255+227=662 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.19% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 227 (89.06% from 255 or 34.29% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FFE3 is #4B001C. Grayscale: #E5E5E5. Windows color (decimal): -4915229 or 14942132. OLE color: 14942132.

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

Color convert

RGB180255227-
CMYK0.2900.110
HSL157.6º100%85.29%-
HSV(B)157.6º29.41%100%-
XYZ68.4586.7785.81-
YUV229.38126.6592.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.19%
GREEN value IS 255 (100% from 255) = 38.52%
BLUE value IS 227 (89.06% from 255) = 34.29%
R=27.19%
G=38.52%
B=34.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1802552270.2900.110157.610085.29
HexB4FFE31D0B09e6455
Octal264377343350130236144125
Binary101101001111111111100011111010101101001111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FFE3; }

 p { color: rgb(180,255,227); }

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

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

 a { background-color: rgb(180,255,227); }

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

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

 span { border-color: rgb(180,255,227); }

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