#B3EFC1

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

Shades of Fringy Flower #B3EFC1

Tints of Fringy Flower #B3EFC1

Color information

#B3EFC1 (or 0xB3EFC1) is unknown color: approx Fringy Flower. HEX triplet: B3, EF and C1. RGB value is (179,239,193). Sum of RGB (Red+Green+Blue) = 179+239+193=611 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.30% from 611); Green value is 239 (93.75% from 255 or 39.12% from 611); Blue value is 193 (75.78% from 255 or 31.59% from 611); Max value from RGB is 239 - color contains mainly: green. Hex color #B3EFC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EFC1 is #4C103E. Grayscale: #D7D7D7. Windows color (decimal): -4984895 or 12709811. OLE color: 12709811.

HSL color Cylindrical-coordinate representation of color #B3EFC1: hue angle of 134º 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 #B3EFC1 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB179239193-
CMYK0.2500.190.06
HSL134º65.22%81.96%-
HSV(B)134º25.1%93.73%-
XYZ59.0875.1761.85-
YUV215.82115.12101.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.30%
GREEN value IS 239 (93.75% from 255) = 39.12%
BLUE value IS 193 (75.78% from 255) = 31.59%
R=29.30%
G=39.12%
B=31.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1792391930.2500.190.0613465.2281.96
HexB3EFC1190136864152
Octal263357301310236206101122
Binary101100111110111111000001110010100111101000011010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EFC1; }

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

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

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

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

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

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

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

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