#B4FEEB

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

Shades of Water Leaf #B4FEEB

Tints of Water Leaf #B4FEEB

Color information

#B4FEEB (or 0xB4FEEB) is unknown color: approx Water Leaf. HEX triplet: B4, FE and EB. RGB value is (180,254,235). Sum of RGB (Red+Green+Blue) = 180+254+235=669 (88% of max value = 765). Red value is 180 (70.70% from 255 or 26.91% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #B4FEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FEEB is #4B0114. Grayscale: #E5E5E5. Windows color (decimal): -4915477 or 15466164. OLE color: 15466164.

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

Color convert

RGB180254235-
CMYK0.2900.070.00
HSL164.59º97.37%85.1%-
HSV(B)164.59º29.13%99.61%-
XYZ69.2686.5991.66-
YUV229.71130.9892.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.91%
GREEN value IS 254 (99.61% from 255) = 37.97%
BLUE value IS 235 (92.19% from 255) = 35.13%
R=26.91%
G=37.97%
B=35.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1802542350.2900.070.00164.5997.3785.1
HexB4FEEB1D070a56155
Octal26437635335070245141125
Binary10110100111111101110101111101011101010010111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FEEB; }

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

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

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

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

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

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

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

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