#B4FFEB

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

Shades of Water Leaf #B4FFEB

Tints of Water Leaf #B4FFEB

Color information

#B4FFEB (or 0xB4FFEB) is unknown color: approx Water Leaf. HEX triplet: B4, FF and EB. RGB value is (180,255,235). Sum of RGB (Red+Green+Blue) = 180+255+235=670 (88% of max value = 765). Red value is 180 (70.70% from 255 or 26.87% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 235 (92.19% from 255 or 35.07% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FFEB is #4B0014. Grayscale: #E6E6E6. Windows color (decimal): -4915221 or 15466420. OLE color: 15466420.

HSL color Cylindrical-coordinate representation of color #B4FFEB: hue angle of 164º 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 #B4FFEB is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB180255235-
CMYK0.2900.080
HSL164º100%85.29%-
HSV(B)164º29.41%100%-
XYZ69.5887.2291.77-
YUV230.3130.6592.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.87%
GREEN value IS 255 (100% from 255) = 38.06%
BLUE value IS 235 (92.19% from 255) = 35.07%
R=26.87%
G=38.06%
B=35.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1802552350.2900.08016410085.29
HexB4FFEB1D080a46455
Octal264377353350100244144125
Binary101101001111111111101011111010100001010010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FFEB; }

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

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

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

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

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

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

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

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