#B1FFC0

Color #B1FFC0 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #B1FFC0

Tints of Fringy Flower #B1FFC0

Color information

#B1FFC0 (or 0xB1FFC0) is unknown color: approx Fringy Flower. HEX triplet: B1, FF and C0. RGB value is (177,255,192). Sum of RGB (Red+Green+Blue) = 177+255+192=624 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.37% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 192 (75.39% from 255 or 30.77% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FFC0 is #4E003F. Grayscale: #E0E0E0. Windows color (decimal): -5111872 or 12648369. OLE color: 12648369.

HSL color Cylindrical-coordinate representation of color #B1FFC0: hue angle of 131.54º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1FFC0 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB177255192-
CMYK0.3100.250
HSL131.54º100%84.71%-
HSV(B)131.54º30.59%100%-
XYZ63.4184.6762.87-
YUV224.5109.6694.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.37%
GREEN value IS 255 (100% from 255) = 40.87%
BLUE value IS 192 (75.39% from 255) = 30.77%
R=28.37%
G=40.87%
B=30.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1772551920.3100.250131.5410084.71
HexB1FFC01F0190846455
Octal261377300370310204144125
Binary1011000111111111110000001111101100101000010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FFC0; }

 p { color: rgb(177,255,192); }

 H1.HeaderClassName
 {
   color: #B1FFC0;
 }
 .AnyTagClassName
 {
   color: #B1FFC0;
 }
</style>
background-color css

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

 a { background-color: rgb(177,255,192); }

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

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

 span { border-color: rgb(177,255,192); }

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