#B1EBDD

Color #B1EBDD Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #B1EBDD

Tints of Water Leaf #B1EBDD

Color information

#B1EBDD (or 0xB1EBDD) is unknown color: approx Water Leaf. HEX triplet: B1, EB and DD. RGB value is (177,235,221). Sum of RGB (Red+Green+Blue) = 177+235+221=633 (83% of max value = 765). Red value is 177 (69.53% from 255 or 27.96% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EBDD is #4E1422. Grayscale: #D8D8D8. Windows color (decimal): -5116963 or 14543793. OLE color: 14543793.

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

Color convert

RGB177235221-
CMYK0.2500.060.08
HSL165.52º59.18%80.78%-
HSV(B)165.52º24.68%92.16%-
XYZ60.8973.9879.48-
YUV216.06130.78100.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.96%
GREEN value IS 235 (92.19% from 255) = 37.12%
BLUE value IS 221 (86.72% from 255) = 34.91%
R=27.96%
G=37.12%
B=34.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1772352210.2500.060.08165.5259.1880.78
HexB1EBDD19068a63b51
Octal26135333531061024673121
Binary1011000111101011110111011100101101000101001101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EBDD; }

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

 H1.HeaderClassName
 {
   color: #B1EBDD;
 }
 .AnyTagClassName
 {
   color: #B1EBDD;
 }
</style>
background-color css

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

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

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

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

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

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