#B2FEBE

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

Shades of Fringy Flower #B2FEBE

Tints of Fringy Flower #B2FEBE

Color information

#B2FEBE (or 0xB2FEBE) is unknown color: approx Fringy Flower. HEX triplet: B2, FE and BE. RGB value is (178,254,190). Sum of RGB (Red+Green+Blue) = 178+254+190=622 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.62% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 190 (74.61% from 255 or 30.55% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FEBE is #4D0141. Grayscale: #E0E0E0. Windows color (decimal): -5046594 or 12517042. OLE color: 12517042.

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

Color convert

RGB178254190-
CMYK0.3000.250.00
HSL129.47º97.44%84.71%-
HSV(B)129.47º29.92%99.61%-
XYZ63.184.0761.62-
YUV223.98108.8295.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.62%
GREEN value IS 254 (99.61% from 255) = 40.84%
BLUE value IS 190 (74.61% from 255) = 30.55%
R=28.62%
G=40.84%
B=30.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1782541900.3000.250.00129.4797.4484.71
HexB2FEBE1E0190816155
Octal262376276360310201141125
Binary1011001011111110101111101111001100101000000111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FEBE; }

 p { color: rgb(178,254,190); }

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

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

 a { background-color: rgb(178,254,190); }

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

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

 span { border-color: rgb(178,254,190); }

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