Html Css Color HEX #B1ECBD Fringy Flower

📋 copy color: '#B1ECBD'

red 177 ◦ green 236 ◦ blue 189

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

Shades of Fringy Flower #B1ECBD

Tints of Fringy Flower #B1ECBD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.2%

 BLUE value IS 189 (74.22% from 255) = 31.4%

R = 29.4%
G = 39.2%
B = 31.4%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#B1ECBD (or 0xB1ECBD) is known color: Fringy Flower. HEX triplet: B1, EC and BD. RGB value is (177,236,189). Sum of RGB (Red+Green+Blue) = 177+236+189=602 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.40% from 602); Green value is 236 (92.58% from 255 or 39.20% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 236 - color contains mainly: green. Hex color #B1ECBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1ECBD is #4E1342. Grayscale: #D5D5D5. Windows color (decimal): -5116739 or 12446897. OLE color: 12446897.

HSL color Cylindrical-coordinate representation of color #B1ECBD: hue angle of 132.2º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1ECBD is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 236 189 -
CMYK 0.25 0 0.20 0.07
HSL 132.2º 0.61% 0.81% -
HSV(B) 132.2º 0.25% 0.93% -
XYZ 57.31 73.01 59.22 -
YUV 213 114.45 102.32 -
System Red Green Blue C M Y K H S L
Decimal 177 236 189 0.25 0 0.20 0.07 132.2 0.61 0.81
Hex B1 EC BD 19 0 14 7 84 3D 51
Octal 261 354 275 31 0 24 7 204 75 121
Binary 10110001 11101100 10111101 11001 0 10100 111 10000100 111101 1010001

Color Harmonies of #B1ECBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ECBD

Black with #B1ECBD

Text Example


Text Example

White with #B1ECBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ECBD; }

 p { color: rgb(177,236,189); }

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

background-color css

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

 a { background-color: rgb(177,236,189); }

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

border-color css

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

 span { border-color: rgb(177,236,189); }

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