Html Css Color HEX #B1EEDC Water Leaf

📋 copy color: '#B1EEDC'

red 177 ◦ green 238 ◦ blue 220

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

Shades of Water Leaf #B1EEDC

Tints of Water Leaf #B1EEDC

RGB

 RED value IS 177 (69.53% from 255) = 27.87%

 GREEN value IS 238 (93.36% from 255) = 37.48%

 BLUE value IS 220 (86.33% from 255) = 34.65%

R = 27.87%
G = 37.48%
B = 34.65%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#B1EEDC (or 0xB1EEDC) is known color: Water Leaf. HEX triplet: B1, EE and DC. RGB value is (177,238,220). Sum of RGB (Red+Green+Blue) = 177+238+220=635 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.87% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EEDC is #4E1123. Grayscale: #D9D9D9. Windows color (decimal): -5116196 or 14479025. OLE color: 14479025.

HSL color Cylindrical-coordinate representation of color #B1EEDC: hue angle of 162.3º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1EEDC is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 238 220 -
CMYK 0.26 0 0.08 0.07
HSL 162.3º 0.64% 0.81% -
HSV(B) 162.3º 0.26% 0.93% -
XYZ 61.62 75.66 79.07 -
YUV 217.71 129.29 98.96 -
System Red Green Blue C M Y K H S L
Decimal 177 238 220 0.26 0 0.08 0.07 162.3 0.64 0.81
Hex B1 EE DC 1A 0 8 7 A2 40 51
Octal 261 356 334 32 0 10 7 242 100 121
Binary 10110001 11101110 11011100 11010 0 1000 111 10100010 1000000 1010001

Color Harmonies of #B1EEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EEDC

Black with #B1EEDC

Text Example


Text Example

White with #B1EEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EEDC; }

 p { color: rgb(177,238,220); }

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

background-color css

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

 a { background-color: rgb(177,238,220); }

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

border-color css

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

 span { border-color: rgb(177,238,220); }

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