#B3EFBA

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

Shades of Fringy Flower #B3EFBA

Tints of Fringy Flower #B3EFBA

Color information

#B3EFBA (or 0xB3EFBA) is unknown color: approx Fringy Flower. HEX triplet: B3, EF and BA. RGB value is (179,239,186). Sum of RGB (Red+Green+Blue) = 179+239+186=604 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.64% from 604); Green value is 239 (93.75% from 255 or 39.57% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 239 - color contains mainly: green. Hex color #B3EFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EFBA is #4C1045. Grayscale: #D7D7D7. Windows color (decimal): -4984902 or 12251059. OLE color: 12251059.

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

Color convert

RGB179239186-
CMYK0.2500.220.06
HSL127º65.22%81.96%-
HSV(B)127º25.1%93.73%-
XYZ58.3274.8657.83-
YUV215.02111.62102.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.64%
GREEN value IS 239 (93.75% from 255) = 39.57%
BLUE value IS 186 (73.05% from 255) = 30.79%
R=29.64%
G=39.57%
B=30.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1792391860.2500.220.0612765.2281.96
HexB3EFBA1901667f4152
Octal263357272310266177101122
Binary10110011111011111011101011001010110110111111110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EFBA; }

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

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

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

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

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

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

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

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