Html Css Color HEX #B1EBDC Water Leaf

📋 copy color: '#B1EBDC'

red 177 ◦ green 235 ◦ blue 220

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

Shades of Water Leaf #B1EBDC

Tints of Water Leaf #B1EBDC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.18%

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

R = 28.01%
G = 37.18%
B = 34.81%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#B1EBDC (or 0xB1EBDC) is known color: Water Leaf. HEX triplet: B1, EB and DC. RGB value is (177,235,220). Sum of RGB (Red+Green+Blue) = 177+235+220=632 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.01% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EBDC is #4E1423. Grayscale: #D7D7D7. Windows color (decimal): -5116964 or 14478257. OLE color: 14478257.

HSL color Cylindrical-coordinate representation of color #B1EBDC: hue angle of 164.48º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1EBDC is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 235 220 -
CMYK 0.25 0 0.06 0.08
HSL 164.48º 0.59% 0.81% -
HSV(B) 164.48º 0.25% 0.92% -
XYZ 60.76 73.93 78.78 -
YUV 215.95 130.28 100.22 -
System Red Green Blue C M Y K H S L
Decimal 177 235 220 0.25 0 0.06 0.08 164.48 0.59 0.81
Hex B1 EB DC 19 0 6 8 A4 3B 51
Octal 261 353 334 31 0 6 10 244 73 121
Binary 10110001 11101011 11011100 11001 0 110 1000 10100100 111011 1010001

Color Harmonies of #B1EBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EBDC

Black with #B1EBDC

Text Example


Text Example

White with #B1EBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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