Html Css Color HEX #B1EEDD Water Leaf

📋 copy color: '#B1EEDD'

red 177 ◦ green 238 ◦ blue 221

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

Shades of Water Leaf #B1EEDD

Tints of Water Leaf #B1EEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.75%

R = 27.83%
G = 37.42%
B = 34.75%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#B1EEDD (or 0xB1EEDD) is known color: Water Leaf. HEX triplet: B1, EE and DD. RGB value is (177,238,221). Sum of RGB (Red+Green+Blue) = 177+238+221=636 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.83% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EEDD is #4E1122. Grayscale: #D9D9D9. Windows color (decimal): -5116195 or 14544561. OLE color: 14544561.

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

Color convert

RGB 177 238 221 -
CMYK 0.26 0 0.07 0.07
HSL 163.28º 0.64% 0.81% -
HSV(B) 163.28º 0.26% 0.93% -
XYZ 61.76 75.72 79.77 -
YUV 217.82 129.79 98.88 -
System Red Green Blue C M Y K H S L
Decimal 177 238 221 0.26 0 0.07 0.07 163.28 0.64 0.81
Hex B1 EE DD 1A 0 7 7 A3 40 51
Octal 261 356 335 32 0 7 7 243 100 121
Binary 10110001 11101110 11011101 11010 0 111 111 10100011 1000000 1010001

Color Harmonies of #B1EEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EEDD

Black with #B1EEDD

Text Example


Text Example

White with #B1EEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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