#B2FFBC

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

Shades of Fringy Flower #B2FFBC

Tints of Fringy Flower #B2FFBC

Color information

#B2FFBC (or 0xB2FFBC) is unknown color: approx Fringy Flower. HEX triplet: B2, FF and BC. RGB value is (178,255,188). Sum of RGB (Red+Green+Blue) = 178+255+188=621 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.66% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 188 (73.83% from 255 or 30.27% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FFBC is #4D0043. Grayscale: #E0E0E0. Windows color (decimal): -5046340 or 12386226. OLE color: 12386226.

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

Color convert

RGB178255188-
CMYK0.3000.260
HSL127.79º100%84.9%-
HSV(B)127.79º30.2%100%-
XYZ63.284.6260.58-
YUV224.34107.4994.95-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.66%
GREEN value IS 255 (100% from 255) = 41.06%
BLUE value IS 188 (73.83% from 255) = 30.27%
R=28.66%
G=41.06%
B=30.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1782551880.3000.260127.7910084.9
HexB2FFBC1E01A0806455
Octal262377274360320200144125
Binary1011001011111111101111001111001101001000000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FFBC; }

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

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

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

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

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

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

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

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