Html Css Color HEX #B1EEDB Water Leaf

📋 copy color: '#B1EEDB'

red 177 ◦ green 238 ◦ blue 219

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

Shades of Water Leaf #B1EEDB

Tints of Water Leaf #B1EEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.54%

R = 27.92%
G = 37.54%
B = 34.54%

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

#B1EEDB (or 0xB1EEDB) is known color: Water Leaf. HEX triplet: B1, EE and DB. RGB value is (177,238,219). Sum of RGB (Red+Green+Blue) = 177+238+219=634 (83% of max value = 765). Red value is 177 (69.53% from 255 or 27.92% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EEDB is #4E1124. Grayscale: #D9D9D9. Windows color (decimal): -5116197 or 14413489. OLE color: 14413489.

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

Color convert

RGB 177 238 219 -
CMYK 0.26 0 0.08 0.07
HSL 161.31º 0.64% 0.81% -
HSV(B) 161.31º 0.26% 0.93% -
XYZ 61.49 75.61 78.37 -
YUV 217.6 128.79 99.04 -
System Red Green Blue C M Y K H S L
Decimal 177 238 219 0.26 0 0.08 0.07 161.31 0.64 0.81
Hex B1 EE DB 1A 0 8 7 A1 40 51
Octal 261 356 333 32 0 10 7 241 100 121
Binary 10110001 11101110 11011011 11010 0 1000 111 10100001 1000000 1010001

Color Harmonies of #B1EEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EEDB

Black with #B1EEDB

Text Example


Text Example

White with #B1EEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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