Html Css Color HEX #B1EBC4 Fringy Flower

📋 copy color: '#B1EBC4'

red 177 ◦ green 235 ◦ blue 196

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

Shades of Fringy Flower #B1EBC4

Tints of Fringy Flower #B1EBC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 32.24%

R = 29.11%
G = 38.65%
B = 32.24%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#B1EBC4 (or 0xB1EBC4) is known color: Fringy Flower. HEX triplet: B1, EB and C4. RGB value is (177,235,196). Sum of RGB (Red+Green+Blue) = 177+235+196=608 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.11% from 608); Green value is 235 (92.19% from 255 or 38.65% from 608); Blue value is 196 (76.95% from 255 or 32.24% from 608); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EBC4 is #4E143B. Grayscale: #D5D5D5. Windows color (decimal): -5116988 or 12905393. OLE color: 12905393.

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

Color convert

RGB 177 235 196 -
CMYK 0.25 0 0.17 0.08
HSL 139.66º 0.59% 0.81% -
HSV(B) 139.66º 0.25% 0.92% -
XYZ 57.8 72.75 63.22 -
YUV 213.21 118.28 102.17 -
System Red Green Blue C M Y K H S L
Decimal 177 235 196 0.25 0 0.17 0.08 139.66 0.59 0.81
Hex B1 EB C4 19 0 11 8 8C 3B 51
Octal 261 353 304 31 0 21 10 214 73 121
Binary 10110001 11101011 11000100 11001 0 10001 1000 10001100 111011 1010001

Color Harmonies of #B1EBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EBC4

Black with #B1EBC4

Text Example


Text Example

White with #B1EBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EBC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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