Html Css Color HEX #B1F1DA Water Leaf

📋 copy color: '#B1F1DA'

red 177 ◦ green 241 ◦ blue 218

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

Shades of Water Leaf #B1F1DA

Tints of Water Leaf #B1F1DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.28%

R = 27.83%
G = 37.89%
B = 34.28%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#B1F1DA (or 0xB1F1DA) is known color: Water Leaf. HEX triplet: B1, F1 and DA. RGB value is (177,241,218). Sum of RGB (Red+Green+Blue) = 177+241+218=636 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.83% from 636); Green value is 241 (94.53% from 255 or 37.89% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 241 - color contains mainly: green. Hex color #B1F1DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F1DA is #4E0E25. Grayscale: #DBDBDB. Windows color (decimal): -5115430 or 14348721. OLE color: 14348721.

HSL color Cylindrical-coordinate representation of color #B1F1DA: hue angle of 158.44º 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 #B1F1DA is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 241 218 -
CMYK 0.27 0 0.10 0.05
HSL 158.44º 0.7% 0.82% -
HSV(B) 158.44º 0.27% 0.95% -
XYZ 62.24 77.32 77.97 -
YUV 219.24 127.3 97.87 -
System Red Green Blue C M Y K H S L
Decimal 177 241 218 0.27 0 0.10 0.05 158.44 0.7 0.82
Hex B1 F1 DA 1B 0 A 5 9E 46 52
Octal 261 361 332 33 0 12 5 236 106 122
Binary 10110001 11110001 11011010 11011 0 1010 101 10011110 1000110 1010010

Color Harmonies of #B1F1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F1DA

Black with #B1F1DA

Text Example


Text Example

White with #B1F1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F1DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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