#B4FFEE

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

Shades of Water Leaf #B4FFEE

Tints of Water Leaf #B4FFEE

Color information

#B4FFEE (or 0xB4FFEE) is unknown color: approx Water Leaf. HEX triplet: B4, FF and EE. RGB value is (180,255,238). Sum of RGB (Red+Green+Blue) = 180+255+238=673 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.75% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FFEE is #4B0011. Grayscale: #E6E6E6. Windows color (decimal): -4915218 or 15663028. OLE color: 15663028.

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

Color convert

RGB180255238-
CMYK0.2900.070
HSL166.4º100%85.29%-
HSV(B)166.4º29.41%100%-
XYZ70.0287.494.07-
YUV230.64132.1591.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.75%
GREEN value IS 255 (100% from 255) = 37.89%
BLUE value IS 238 (93.36% from 255) = 35.36%
R=26.75%
G=37.89%
B=35.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1802552380.2900.070166.410085.29
HexB4FFEE1D070a66455
Octal26437735635070246144125
Binary10110100111111111110111011101011101010011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FFEE; }

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

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

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

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

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

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

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

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