Html Css Color HEX #B1EFDC Water Leaf

📋 copy color: '#B1EFDC'

red 177 ◦ green 239 ◦ blue 220

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

Shades of Water Leaf #B1EFDC

Tints of Water Leaf #B1EFDC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.58%

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

R = 27.83%
G = 37.58%
B = 34.59%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#B1EFDC (or 0xB1EFDC) is known color: Water Leaf. HEX triplet: B1, EF and DC. RGB value is (177,239,220). Sum of RGB (Red+Green+Blue) = 177+239+220=636 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.83% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 239 - color contains mainly: green. Hex color #B1EFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EFDC is #4E1023. Grayscale: #DADADA. Windows color (decimal): -5115940 or 14479281. OLE color: 14479281.

HSL color Cylindrical-coordinate representation of color #B1EFDC: hue angle of 161.61º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1EFDC is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 239 220 -
CMYK 0.26 0 0.08 0.06
HSL 161.61º 0.66% 0.82% -
HSV(B) 161.61º 0.26% 0.94% -
XYZ 61.92 76.25 79.16 -
YUV 218.3 128.96 98.54 -
System Red Green Blue C M Y K H S L
Decimal 177 239 220 0.26 0 0.08 0.06 161.61 0.66 0.82
Hex B1 EF DC 1A 0 8 6 A2 42 52
Octal 261 357 334 32 0 10 6 242 102 122
Binary 10110001 11101111 11011100 11010 0 1000 110 10100010 1000010 1010010

Color Harmonies of #B1EFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EFDC

Black with #B1EFDC

Text Example


Text Example

White with #B1EFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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