Html Css Color HEX #B1EBDD Water Leaf

📋 copy color: '#B1EBDD'

red 177 ◦ green 235 ◦ blue 221

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

Shades of Water Leaf #B1EBDD

Tints of Water Leaf #B1EBDD

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 value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#B1EBDD (or 0xB1EBDD) is known color: 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

RGB 177 235 221 -
CMYK 0.25 0 0.06 0.08
HSL 165.52º 0.59% 0.81% -
HSV(B) 165.52º 0.25% 0.92% -
XYZ 60.89 73.98 79.48 -
YUV 216.06 130.78 100.14 -
System Red Green Blue C M Y K H S L
Decimal 177 235 221 0.25 0 0.06 0.08 165.52 0.59 0.81
Hex B1 EB DD 19 0 6 8 A6 3B 51
Octal 261 353 335 31 0 6 10 246 73 121
Binary 10110001 11101011 11011101 11001 0 110 1000 10100110 111011 1010001

Color Harmonies of #B1EBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EBDD

Black with #B1EBDD

Text Example


Text Example

White with #B1EBDD

Text Example


Text Example

HTML Codes & Css Web 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>