#B7F2BE

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

Shades of Fringy Flower #B7F2BE

Tints of Fringy Flower #B7F2BE

Color information

#B7F2BE (or 0xB7F2BE) is unknown color: approx Fringy Flower. HEX triplet: B7, F2 and BE. RGB value is (183,242,190). Sum of RGB (Red+Green+Blue) = 183+242+190=615 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.76% from 615); Green value is 242 (94.92% from 255 or 39.35% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 242 - color contains mainly: green. Hex color #B7F2BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F2BE is #480D41. Grayscale: #DADADA. Windows color (decimal): -4721986 or 12513975. OLE color: 12513975.

HSL color Cylindrical-coordinate representation of color #B7F2BE: hue angle of 127.12º degrees, saturation: 0.69, 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 #B7F2BE is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB183242190-
CMYK0.2400.210.05
HSL127.12º69.41%83.33%-
HSV(B)127.12º24.38%94.9%-
XYZ60.5777.2960.44-
YUV218.43111.95102.73-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.76%
GREEN value IS 242 (94.92% from 255) = 39.35%
BLUE value IS 190 (74.61% from 255) = 30.89%
R=29.76%
G=39.35%
B=30.89%

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
Decimal1832421900.2400.210.05127.1269.4183.33
HexB7F2BE1801557f4553
Octal267362276300255177105123
Binary10110111111100101011111011000010101101111111110001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F2BE; }

 p { color: rgb(183,242,190); }

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

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

 a { background-color: rgb(183,242,190); }

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

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

 span { border-color: rgb(183,242,190); }

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