Html Css Color HEX #B1FCE2 Water Leaf

📋 copy color: '#B1FCE2'

red 177 ◦ green 252 ◦ blue 226

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

Shades of Water Leaf #B1FCE2

Tints of Water Leaf #B1FCE2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.47%

 BLUE value IS 226 (88.67% from 255) = 34.5%

R = 27.02%
G = 38.47%
B = 34.5%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#B1FCE2 (or 0xB1FCE2) is known color: Water Leaf. HEX triplet: B1, FC and E2. RGB value is (177,252,226). Sum of RGB (Red+Green+Blue) = 177+252+226=655 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.02% from 655); Green value is 252 (98.83% from 255 or 38.47% from 655); Blue value is 226 (88.67% from 255 or 34.50% from 655); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FCE2 is #4E031D. Grayscale: #E2E2E2. Windows color (decimal): -5112606 or 14875825. OLE color: 14875825.

HSL color Cylindrical-coordinate representation of color #B1FCE2: hue angle of 159.2º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FCE2 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 252 226 -
CMYK 0.30 0 0.10 0.01
HSL 159.2º 0.93% 0.84% -
HSV(B) 159.2º 0.3% 0.99% -
XYZ 66.67 84.46 84.74 -
YUV 226.61 127.65 92.61 -
System Red Green Blue C M Y K H S L
Decimal 177 252 226 0.30 0 0.10 0.01 159.2 0.93 0.84
Hex B1 FC E2 1E 0 A 1 9F 5D 54
Octal 261 374 342 36 0 12 1 237 135 124
Binary 10110001 11111100 11100010 11110 0 1010 1 10011111 1011101 1010100

Color Harmonies of #B1FCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FCE2

Black with #B1FCE2

Text Example


Text Example

White with #B1FCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FCE2; }

 p { color: rgb(177,252,226); }

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

background-color css

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

 a { background-color: rgb(177,252,226); }

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

border-color css

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

 span { border-color: rgb(177,252,226); }

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