#B3EFBF

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

Shades of Fringy Flower #B3EFBF

Tints of Fringy Flower #B3EFBF

Color information

#B3EFBF (or 0xB3EFBF) is unknown color: approx Fringy Flower. HEX triplet: B3, EF and BF. RGB value is (179,239,191). Sum of RGB (Red+Green+Blue) = 179+239+191=609 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.39% from 609); Green value is 239 (93.75% from 255 or 39.24% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 239 - color contains mainly: green. Hex color #B3EFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EFBF is #4C1040. Grayscale: #D7D7D7. Windows color (decimal): -4984897 or 12578739. OLE color: 12578739.

HSL color Cylindrical-coordinate representation of color #B3EFBF: hue angle of 132º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3EFBF is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB179239191-
CMYK0.2500.200.06
HSL132º65.22%81.96%-
HSV(B)132º25.1%93.73%-
XYZ58.8675.0860.68-
YUV215.59114.12101.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.39%
GREEN value IS 239 (93.75% from 255) = 39.24%
BLUE value IS 191 (75% from 255) = 31.36%
R=29.39%
G=39.24%
B=31.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1792391910.2500.200.0613265.2281.96
HexB3EFBF190146844152
Octal263357277310246204101122
Binary101100111110111110111111110010101001101000010010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EFBF; }

 p { color: rgb(179,239,191); }

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

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

 a { background-color: rgb(179,239,191); }

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

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

 span { border-color: rgb(179,239,191); }

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