#B3EFBB

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

Shades of Fringy Flower #B3EFBB

Tints of Fringy Flower #B3EFBB

Color information

#B3EFBB (or 0xB3EFBB) is unknown color: approx Fringy Flower. HEX triplet: B3, EF and BB. RGB value is (179,239,187). Sum of RGB (Red+Green+Blue) = 179+239+187=605 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.59% from 605); Green value is 239 (93.75% from 255 or 39.50% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 239 - color contains mainly: green. Hex color #B3EFBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EFBB is #4C1044. Grayscale: #D7D7D7. Windows color (decimal): -4984901 or 12316595. OLE color: 12316595.

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

Color convert

RGB179239187-
CMYK0.2500.220.06
HSL128º65.22%81.96%-
HSV(B)128º25.1%93.73%-
XYZ58.4374.958.39-
YUV215.13112.12102.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.59%
GREEN value IS 239 (93.75% from 255) = 39.50%
BLUE value IS 187 (73.44% from 255) = 30.91%
R=29.59%
G=39.50%
B=30.91%

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
Decimal1792391870.2500.220.0612865.2281.96
HexB3EFBB190166804152
Octal263357273310266200101122
Binary101100111110111110111011110010101101101000000010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EFBB; }

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

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

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

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

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

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

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

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