#B2FEC0

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

Shades of Fringy Flower #B2FEC0

Tints of Fringy Flower #B2FEC0

Color information

#B2FEC0 (or 0xB2FEC0) is unknown color: approx Fringy Flower. HEX triplet: B2, FE and C0. RGB value is (178,254,192). Sum of RGB (Red+Green+Blue) = 178+254+192=624 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.53% from 624); Green value is 254 (99.61% from 255 or 40.71% from 624); Blue value is 192 (75.39% from 255 or 30.77% from 624); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FEC0 is #4D013F. Grayscale: #E0E0E0. Windows color (decimal): -5046592 or 12648114. OLE color: 12648114.

HSL color Cylindrical-coordinate representation of color #B2FEC0: hue angle of 131.05º 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 #B2FEC0 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB178254192-
CMYK0.3000.240.00
HSL131.05º97.44%84.71%-
HSV(B)131.05º29.92%99.61%-
XYZ63.3284.1562.78-
YUV224.21109.8295.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.53%
GREEN value IS 254 (99.61% from 255) = 40.71%
BLUE value IS 192 (75.39% from 255) = 30.77%
R=28.53%
G=40.71%
B=30.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1782541920.3000.240.00131.0597.4484.71
HexB2FEC01E0180836155
Octal262376300360300203141125
Binary1011001011111110110000001111001100001000001111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FEC0; }

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

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

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

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

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

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

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

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