#B2FDBE

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

Shades of Fringy Flower #B2FDBE

Tints of Fringy Flower #B2FDBE

Color information

#B2FDBE (or 0xB2FDBE) is unknown color: approx Fringy Flower. HEX triplet: B2, FD and BE. RGB value is (178,253,190). Sum of RGB (Red+Green+Blue) = 178+253+190=621 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.66% from 621); Green value is 253 (99.22% from 255 or 40.74% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 253 - color contains mainly: green. Hex color #B2FDBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FDBE is #4D0241. Grayscale: #DFDFDF. Windows color (decimal): -5046850 or 12516786. OLE color: 12516786.

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

Color convert

RGB178253190-
CMYK0.3000.250.01
HSL129.6º94.94%84.51%-
HSV(B)129.6º29.64%99.22%-
XYZ62.7883.4361.51-
YUV223.39109.1595.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.66%
GREEN value IS 253 (99.22% from 255) = 40.74%
BLUE value IS 190 (74.61% from 255) = 30.60%
R=28.66%
G=40.74%
B=30.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1782531900.3000.250.01129.694.9484.51
HexB2FDBE1E0191825f55
Octal262375276360311202137125
Binary1011001011111101101111101111001100111000001010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FDBE; }

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

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

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

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

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

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

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

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