Html Css Color HEX #B1EDBA Fringy Flower

📋 copy color: '#B1EDBA'

red 177 ◦ green 237 ◦ blue 186

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

Shades of Fringy Flower #B1EDBA

Tints of Fringy Flower #B1EDBA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.5%

 BLUE value IS 186 (73.05% from 255) = 31%

R = 29.5%
G = 39.5%
B = 31%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#B1EDBA (or 0xB1EDBA) is known color: Fringy Flower. HEX triplet: B1, ED and BA. RGB value is (177,237,186). Sum of RGB (Red+Green+Blue) = 177+237+186=600 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.5% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 237 - color contains mainly: green. Hex color #B1EDBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EDBA is #4E1245. Grayscale: #D5D5D5. Windows color (decimal): -5116486 or 12250545. OLE color: 12250545.

HSL color Cylindrical-coordinate representation of color #B1EDBA: hue angle of 129º degrees, saturation: 0.62, 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 #B1EDBA is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 237 186 -
CMYK 0.25 0 0.22 0.07
HSL 129º 0.63% 0.81% -
HSV(B) 129º 0.25% 0.93% -
XYZ 57.28 73.46 57.61 -
YUV 213.25 112.62 102.15 -
System Red Green Blue C M Y K H S L
Decimal 177 237 186 0.25 0 0.22 0.07 129 0.63 0.81
Hex B1 ED BA 19 0 16 7 81 3E 51
Octal 261 355 272 31 0 26 7 201 76 121
Binary 10110001 11101101 10111010 11001 0 10110 111 10000001 111110 1010001

Color Harmonies of #B1EDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EDBA

Black with #B1EDBA

Text Example


Text Example

White with #B1EDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EDBA; }

 p { color: rgb(177,237,186); }

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

background-color css

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

 a { background-color: rgb(177,237,186); }

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

border-color css

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

 span { border-color: rgb(177,237,186); }

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