Html Css Color HEX #B1E9C3 Fringy Flower

📋 copy color: '#B1E9C3'

red 177 ◦ green 233 ◦ blue 195

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

Shades of Fringy Flower #B1E9C3

Tints of Fringy Flower #B1E9C3

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.51%

 BLUE value IS 195 (76.56% from 255) = 32.23%

R = 29.26%
G = 38.51%
B = 32.23%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#B1E9C3 (or 0xB1E9C3) is known color: Fringy Flower. HEX triplet: B1, E9 and C3. RGB value is (177,233,195). Sum of RGB (Red+Green+Blue) = 177+233+195=605 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.26% from 605); Green value is 233 (91.41% from 255 or 38.51% from 605); Blue value is 195 (76.56% from 255 or 32.23% from 605); Max value from RGB is 233 - color contains mainly: green. Hex color #B1E9C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1E9C3 is #4E163C. Grayscale: #D4D4D4. Windows color (decimal): -5117501 or 12839345. OLE color: 12839345.

HSL color Cylindrical-coordinate representation of color #B1E9C3: hue angle of 139.29º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1E9C3 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 177 233 195 -
CMYK 0.24 0 0.16 0.09
HSL 139.29º 0.56% 0.8% -
HSV(B) 139.29º 0.24% 0.91% -
XYZ 57.12 71.57 62.43 -
YUV 211.92 118.45 103.09 -
System Red Green Blue C M Y K H S L
Decimal 177 233 195 0.24 0 0.16 0.09 139.29 0.56 0.8
Hex B1 E9 C3 18 0 10 9 8B 38 50
Octal 261 351 303 30 0 20 11 213 70 120
Binary 10110001 11101001 11000011 11000 0 10000 1001 10001011 111000 1010000

Color Harmonies of #B1E9C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E9C3

Black with #B1E9C3

Text Example


Text Example

White with #B1E9C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E9C3; }

 p { color: rgb(177,233,195); }

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

background-color css

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

 a { background-color: rgb(177,233,195); }

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

border-color css

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

 span { border-color: rgb(177,233,195); }

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