#B2FFC2

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

Shades of Fringy Flower #B2FFC2

Tints of Fringy Flower #B2FFC2

Color information

#B2FFC2 (or 0xB2FFC2) is unknown color: approx Fringy Flower. HEX triplet: B2, FF and C2. RGB value is (178,255,194). Sum of RGB (Red+Green+Blue) = 178+255+194=627 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.39% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 194 (76.17% from 255 or 30.94% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FFC2 is #4D003D. Grayscale: #E1E1E1. Windows color (decimal): -5046334 or 12779442. OLE color: 12779442.

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

Color convert

RGB178255194-
CMYK0.3000.240
HSL132.47º100%84.9%-
HSV(B)132.47º30.2%100%-
XYZ63.8684.8864.06-
YUV225.02110.4994.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.39%
GREEN value IS 255 (100% from 255) = 40.67%
BLUE value IS 194 (76.17% from 255) = 30.94%
R=28.39%
G=40.67%
B=30.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1782551940.3000.240132.4710084.9
HexB2FFC21E0180846455
Octal262377302360300204144125
Binary1011001011111111110000101111001100001000010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FFC2; }

 p { color: rgb(178,255,194); }

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

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

 a { background-color: rgb(178,255,194); }

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

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

 span { border-color: rgb(178,255,194); }

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