Html Css Color HEX #B1F1DD Water Leaf

📋 copy color: '#B1F1DD'

red 177 ◦ green 241 ◦ blue 221

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

Shades of Water Leaf #B1F1DD

Tints of Water Leaf #B1F1DD

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.72%

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

R = 27.7%
G = 37.72%
B = 34.59%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#B1F1DD (or 0xB1F1DD) is known color: Water Leaf. HEX triplet: B1, F1 and DD. RGB value is (177,241,221). Sum of RGB (Red+Green+Blue) = 177+241+221=639 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.70% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 241 - color contains mainly: green. Hex color #B1F1DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F1DD is #4E0E22. Grayscale: #DBDBDB. Windows color (decimal): -5115427 or 14545329. OLE color: 14545329.

HSL color Cylindrical-coordinate representation of color #B1F1DD: hue angle of 161.25º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1F1DD is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 241 221 -
CMYK 0.27 0 0.08 0.05
HSL 161.25º 0.7% 0.82% -
HSV(B) 161.25º 0.27% 0.95% -
XYZ 62.64 77.48 80.06 -
YUV 219.58 128.8 97.63 -
System Red Green Blue C M Y K H S L
Decimal 177 241 221 0.27 0 0.08 0.05 161.25 0.7 0.82
Hex B1 F1 DD 1B 0 8 5 A1 46 52
Octal 261 361 335 33 0 10 5 241 106 122
Binary 10110001 11110001 11011101 11011 0 1000 101 10100001 1000110 1010010

Color Harmonies of #B1F1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F1DD

Black with #B1F1DD

Text Example


Text Example

White with #B1F1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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