Html Css Color HEX #B1F5C3 Fringy Flower

📋 copy color: '#B1F5C3'

red 177 ◦ green 245 ◦ blue 195

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

Shades of Fringy Flower #B1F5C3

Tints of Fringy Flower #B1F5C3

RGB

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

 GREEN value IS 245 (96.09% from 255) = 39.71%

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

R = 28.69%
G = 39.71%
B = 31.6%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#B1F5C3 (or 0xB1F5C3) is known color: Fringy Flower. HEX triplet: B1, F5 and C3. RGB value is (177,245,195). Sum of RGB (Red+Green+Blue) = 177+245+195=617 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.69% from 617); Green value is 245 (96.09% from 255 or 39.71% from 617); Blue value is 195 (76.56% from 255 or 31.60% from 617); Max value from RGB is 245 - color contains mainly: green. Hex color #B1F5C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F5C3 is #4E0A3C. Grayscale: #DBDBDB. Windows color (decimal): -5114429 or 12842417. OLE color: 12842417.

HSL color Cylindrical-coordinate representation of color #B1F5C3: hue angle of 135.88º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1F5C3 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 245 195 -
CMYK 0.28 0 0.20 0.04
HSL 135.88º 0.77% 0.83% -
HSV(B) 135.88º 0.28% 0.96% -
XYZ 60.63 78.59 63.6 -
YUV 218.97 114.47 98.07 -
System Red Green Blue C M Y K H S L
Decimal 177 245 195 0.28 0 0.20 0.04 135.88 0.77 0.83
Hex B1 F5 C3 1C 0 14 4 88 4D 53
Octal 261 365 303 34 0 24 4 210 115 123
Binary 10110001 11110101 11000011 11100 0 10100 100 10001000 1001101 1010011

Color Harmonies of #B1F5C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F5C3

Black with #B1F5C3

Text Example


Text Example

White with #B1F5C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F5C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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