Html Css Color HEX #B1EBC5 Fringy Flower

📋 copy color: '#B1EBC5'

red 177 ◦ green 235 ◦ blue 197

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

Shades of Fringy Flower #B1EBC5

Tints of Fringy Flower #B1EBC5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.59%

 BLUE value IS 197 (77.34% from 255) = 32.35%

R = 29.06%
G = 38.59%
B = 32.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#B1EBC5 (or 0xB1EBC5) is known color: Fringy Flower. HEX triplet: B1, EB and C5. RGB value is (177,235,197). Sum of RGB (Red+Green+Blue) = 177+235+197=609 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.06% from 609); Green value is 235 (92.19% from 255 or 38.59% from 609); Blue value is 197 (77.34% from 255 or 32.35% from 609); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EBC5 is #4E143A. Grayscale: #D5D5D5. Windows color (decimal): -5116987 or 12970929. OLE color: 12970929.

HSL color Cylindrical-coordinate representation of color #B1EBC5: hue angle of 140.69º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1EBC5 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 235 197 -
CMYK 0.25 0 0.16 0.08
HSL 140.69º 0.59% 0.81% -
HSV(B) 140.69º 0.25% 0.92% -
XYZ 57.92 72.79 63.82 -
YUV 213.33 118.78 102.09 -
System Red Green Blue C M Y K H S L
Decimal 177 235 197 0.25 0 0.16 0.08 140.69 0.59 0.81
Hex B1 EB C5 19 0 10 8 8D 3B 51
Octal 261 353 305 31 0 20 10 215 73 121
Binary 10110001 11101011 11000101 11001 0 10000 1000 10001101 111011 1010001

Color Harmonies of #B1EBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EBC5

Black with #B1EBC5

Text Example


Text Example

White with #B1EBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EBC5; }

 p { color: rgb(177,235,197); }

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

background-color css

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

 a { background-color: rgb(177,235,197); }

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

border-color css

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

 span { border-color: rgb(177,235,197); }

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