Html Css Color HEX #B1EDDE Water Leaf

📋 copy color: '#B1EDDE'

red 177 ◦ green 237 ◦ blue 222

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

Shades of Water Leaf #B1EDDE

Tints of Water Leaf #B1EDDE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.26%

 BLUE value IS 222 (87.11% from 255) = 34.91%

R = 27.83%
G = 37.26%
B = 34.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#B1EDDE (or 0xB1EDDE) is known color: Water Leaf. HEX triplet: B1, ED and DE. RGB value is (177,237,222). Sum of RGB (Red+Green+Blue) = 177+237+222=636 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.83% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #B1EDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EDDE is #4E1221. Grayscale: #D9D9D9. Windows color (decimal): -5116450 or 14609841. OLE color: 14609841.

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

Color convert

RGB 177 237 222 -
CMYK 0.25 0 0.06 0.07
HSL 165º 0.63% 0.81% -
HSV(B) 165º 0.25% 0.93% -
XYZ 61.6 75.19 80.37 -
YUV 217.35 130.62 99.22 -
System Red Green Blue C M Y K H S L
Decimal 177 237 222 0.25 0 0.06 0.07 165 0.63 0.81
Hex B1 ED DE 19 0 6 7 A5 3E 51
Octal 261 355 336 31 0 6 7 245 76 121
Binary 10110001 11101101 11011110 11001 0 110 111 10100101 111110 1010001

Color Harmonies of #B1EDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EDDE

Black with #B1EDDE

Text Example


Text Example

White with #B1EDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EDDE; }

 p { color: rgb(177,237,222); }

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

background-color css

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

 a { background-color: rgb(177,237,222); }

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

border-color css

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

 span { border-color: rgb(177,237,222); }

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