Html Css Color HEX #B1F3DB Water Leaf

📋 copy color: '#B1F3DB'

red 177 ◦ green 243 ◦ blue 219

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

Shades of Water Leaf #B1F3DB

Tints of Water Leaf #B1F3DB

RGB

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

 GREEN value IS 243 (95.31% from 255) = 38.03%

 BLUE value IS 219 (85.94% from 255) = 34.27%

R = 27.7%
G = 38.03%
B = 34.27%

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

#B1F3DB (or 0xB1F3DB) is known color: Water Leaf. HEX triplet: B1, F3 and DB. RGB value is (177,243,219). Sum of RGB (Red+Green+Blue) = 177+243+219=639 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.70% from 639); Green value is 243 (95.31% from 255 or 38.03% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 243 - color contains mainly: green. Hex color #B1F3DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F3DB is #4E0C24. Grayscale: #DCDCDC. Windows color (decimal): -5114917 or 14414769. OLE color: 14414769.

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

Color convert

RGB 177 243 219 -
CMYK 0.27 0 0.10 0.05
HSL 158.18º 0.73% 0.82% -
HSV(B) 158.18º 0.27% 0.95% -
XYZ 62.97 78.56 78.86 -
YUV 220.53 127.13 96.95 -
System Red Green Blue C M Y K H S L
Decimal 177 243 219 0.27 0 0.10 0.05 158.18 0.73 0.82
Hex B1 F3 DB 1B 0 A 5 9E 49 52
Octal 261 363 333 33 0 12 5 236 111 122
Binary 10110001 11110011 11011011 11011 0 1010 101 10011110 1001001 1010010

Color Harmonies of #B1F3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F3DB

Black with #B1F3DB

Text Example


Text Example

White with #B1F3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F3DB; }

 p { color: rgb(177,243,219); }

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

background-color css

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

 a { background-color: rgb(177,243,219); }

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

border-color css

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

 span { border-color: rgb(177,243,219); }

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