#B3EDBB

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

Shades of Fringy Flower #B3EDBB

Tints of Fringy Flower #B3EDBB

Color information

#B3EDBB (or 0xB3EDBB) is unknown color: approx Fringy Flower. HEX triplet: B3, ED and BB. RGB value is (179,237,187). Sum of RGB (Red+Green+Blue) = 179+237+187=603 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.68% from 603); Green value is 237 (92.97% from 255 or 39.30% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 237 - color contains mainly: green. Hex color #B3EDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EDBB is #4C1244. Grayscale: #D6D6D6. Windows color (decimal): -4985413 or 12316083. OLE color: 12316083.

HSL color Cylindrical-coordinate representation of color #B3EDBB: hue angle of 128.28º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3EDBB is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB179237187-
CMYK0.2400.210.07
HSL128.28º61.7%81.57%-
HSV(B)128.28º24.47%92.94%-
XYZ57.8473.7458.2-
YUV213.96112.78103.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.68%
GREEN value IS 237 (92.97% from 255) = 39.30%
BLUE value IS 187 (73.44% from 255) = 31.01%
R=29.68%
G=39.30%
B=31.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1792371870.2400.210.07128.2861.781.57
HexB3EDBB180157803e52
Octal26335527330025720076122
Binary10110011111011011011101111000010101111100000001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EDBB; }

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

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

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

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

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

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

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

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