Html Css Color HEX #B4E9E2 Water Leaf

📋 copy color: '#B4E9E2'

red 180 ◦ green 233 ◦ blue 226

#B4E9E2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Water Leaf #B4E9E2

Tints of Water Leaf #B4E9E2

RGB

 RED value IS 180 (70.7% from 255) = 28.17%

 GREEN value IS 233 (91.41% from 255) = 36.46%

 BLUE value IS 226 (88.67% from 255) = 35.37%

R = 28.17%
G = 36.46%
B = 35.37%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#B4E9E2 (or 0xB4E9E2) is known color: Water Leaf. HEX triplet: B4, E9 and E2. RGB value is (180,233,226). Sum of RGB (Red+Green+Blue) = 180+233+226=639 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.17% from 639); Green value is 233 (91.41% from 255 or 36.46% from 639); Blue value is 226 (88.67% from 255 or 35.37% from 639); Max value from RGB is 233 - color contains mainly: green. Hex color #B4E9E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E9E2 is #4B161D. Grayscale: #D8D8D8. Windows color (decimal): -4920862 or 14870964. OLE color: 14870964.

HSL color Cylindrical-coordinate representation of color #B4E9E2: hue angle of 172.08º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4E9E2 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 180 233 226 -
CMYK 0.23 0 0.03 0.09
HSL 172.08º 0.55% 0.81% -
HSV(B) 172.08º 0.23% 0.91% -
XYZ 61.69 73.47 82.88 -
YUV 216.36 133.44 102.07 -
System Red Green Blue C M Y K H S L
Decimal 180 233 226 0.23 0 0.03 0.09 172.08 0.55 0.81
Hex B4 E9 E2 17 0 3 9 AC 37 51
Octal 264 351 342 27 0 3 11 254 67 121
Binary 10110100 11101001 11100010 10111 0 11 1001 10101100 110111 1010001

Color Harmonies of #B4E9E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E9E2

Black with #B4E9E2

Text Example


Text Example

White with #B4E9E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E9E2; }

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

 H1.HeaderClassName
 {
   color: #B4E9E2;
 }
 .AnyTagClassName
 {
   color: #B4E9E2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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