#B7F1BF

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

Shades of Fringy Flower #B7F1BF

Tints of Fringy Flower #B7F1BF

Color information

#B7F1BF (or 0xB7F1BF) is unknown color: approx Fringy Flower. HEX triplet: B7, F1 and BF. RGB value is (183,241,191). Sum of RGB (Red+Green+Blue) = 183+241+191=615 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.76% from 615); Green value is 241 (94.53% from 255 or 39.19% from 615); Blue value is 191 (75% from 255 or 31.06% from 615); Max value from RGB is 241 - color contains mainly: green. Hex color #B7F1BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F1BF is #480E40. Grayscale: #DADADA. Windows color (decimal): -4722241 or 12579255. OLE color: 12579255.

HSL color Cylindrical-coordinate representation of color #B7F1BF: hue angle of 128.28º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7F1BF is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB183241191-
CMYK0.2400.210.05
HSL128.28º67.44%83.14%-
HSV(B)128.28º24.07%94.51%-
XYZ60.3976.7460.92-
YUV217.96112.78103.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.76%
GREEN value IS 241 (94.53% from 255) = 39.19%
BLUE value IS 191 (75% from 255) = 31.06%
R=29.76%
G=39.19%
B=31.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1832411910.2400.210.05128.2867.4483.14
HexB7F1BF180155804353
Octal267361277300255200103123
Binary101101111111000110111111110000101011011000000010000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F1BF; }

 p { color: rgb(183,241,191); }

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

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

 a { background-color: rgb(183,241,191); }

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

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

 span { border-color: rgb(183,241,191); }

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