#B3FBC3

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

Shades of Fringy Flower #B3FBC3

Tints of Fringy Flower #B3FBC3

Color information

#B3FBC3 (or 0xB3FBC3) is unknown color: approx Fringy Flower. HEX triplet: B3, FB and C3. RGB value is (179,251,195). Sum of RGB (Red+Green+Blue) = 179+251+195=625 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.64% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 195 (76.56% from 255 or 31.2% from 625); Max value from RGB is 251 - color contains mainly: green. Hex color #B3FBC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FBC3 is #4C043C. Grayscale: #DFDFDF. Windows color (decimal): -4981821 or 12843955. OLE color: 12843955.

HSL color Cylindrical-coordinate representation of color #B3FBC3: hue angle of 133.33º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3FBC3 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB179251195-
CMYK0.2900.220.02
HSL133.33º90%84.31%-
HSV(B)133.33º28.69%98.43%-
XYZ62.9482.5264.24-
YUV223.09112.1596.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.64%
GREEN value IS 251 (98.44% from 255) = 40.16%
BLUE value IS 195 (76.56% from 255) = 31.2%
R=28.64%
G=40.16%
B=31.2%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792511950.2900.220.02133.339084.31
HexB3FBC31D0162855a54
Octal263373303350262205132124
Binary10110011111110111100001111101010110101000010110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FBC3; }

 p { color: rgb(179,251,195); }

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

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

 a { background-color: rgb(179,251,195); }

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

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

 span { border-color: rgb(179,251,195); }

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