Html Css Color HEX #B1EDC1 Fringy Flower

📋 copy color: '#B1EDC1'

red 177 ◦ green 237 ◦ blue 193

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

Shades of Fringy Flower #B1EDC1

Tints of Fringy Flower #B1EDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.8%

R = 29.16%
G = 39.04%
B = 31.8%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#B1EDC1 (or 0xB1EDC1) is known color: Fringy Flower. HEX triplet: B1, ED and C1. RGB value is (177,237,193). Sum of RGB (Red+Green+Blue) = 177+237+193=607 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.16% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 193 (75.78% from 255 or 31.80% from 607); Max value from RGB is 237 - color contains mainly: green. Hex color #B1EDC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EDC1 is #4E123E. Grayscale: #D6D6D6. Windows color (decimal): -5116479 or 12709297. OLE color: 12709297.

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

Color convert

RGB 177 237 193 -
CMYK 0.25 0 0.19 0.07
HSL 136º 0.63% 0.81% -
HSV(B) 136º 0.25% 0.93% -
XYZ 58.04 73.77 61.63 -
YUV 214.04 116.12 101.58 -
System Red Green Blue C M Y K H S L
Decimal 177 237 193 0.25 0 0.19 0.07 136 0.63 0.81
Hex B1 ED C1 19 0 13 7 88 3E 51
Octal 261 355 301 31 0 23 7 210 76 121
Binary 10110001 11101101 11000001 11001 0 10011 111 10001000 111110 1010001

Color Harmonies of #B1EDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EDC1

Black with #B1EDC1

Text Example


Text Example

White with #B1EDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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