Html Css Color HEX #B1F2DB Water Leaf

📋 copy color: '#B1F2DB'

red 177 ◦ green 242 ◦ blue 219

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

Shades of Water Leaf #B1F2DB

Tints of Water Leaf #B1F2DB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.93%

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

R = 27.74%
G = 37.93%
B = 34.33%

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

#B1F2DB (or 0xB1F2DB) is known color: Water Leaf. HEX triplet: B1, F2 and DB. RGB value is (177,242,219). Sum of RGB (Red+Green+Blue) = 177+242+219=638 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.74% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 242 - color contains mainly: green. Hex color #B1F2DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F2DB is #4E0D24. Grayscale: #DBDBDB. Windows color (decimal): -5115173 or 14414513. OLE color: 14414513.

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

Color convert

RGB 177 242 219 -
CMYK 0.27 0 0.10 0.05
HSL 158.77º 0.71% 0.82% -
HSV(B) 158.77º 0.27% 0.95% -
XYZ 62.67 77.97 78.76 -
YUV 219.94 127.47 97.37 -
System Red Green Blue C M Y K H S L
Decimal 177 242 219 0.27 0 0.10 0.05 158.77 0.71 0.82
Hex B1 F2 DB 1B 0 A 5 9F 47 52
Octal 261 362 333 33 0 12 5 237 107 122
Binary 10110001 11110010 11011011 11011 0 1010 101 10011111 1000111 1010010

Color Harmonies of #B1F2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F2DB

Black with #B1F2DB

Text Example


Text Example

White with #B1F2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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