#B3EDB9

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

Shades of Fringy Flower #B3EDB9

Tints of Fringy Flower #B3EDB9

Color information

#B3EDB9 (or 0xB3EDB9) is unknown color: approx Fringy Flower. HEX triplet: B3, ED and B9. RGB value is (179,237,185). Sum of RGB (Red+Green+Blue) = 179+237+185=601 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.78% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 185 (72.66% from 255 or 30.78% from 601); Max value from RGB is 237 - color contains mainly: green. Hex color #B3EDB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EDB9 is #4C1246. Grayscale: #D5D5D5. Windows color (decimal): -4985415 or 12185011. OLE color: 12185011.

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

Color convert

RGB179237185-
CMYK0.2400.220.07
HSL126.21º61.7%81.57%-
HSV(B)126.21º24.47%92.94%-
XYZ57.6373.6557.08-
YUV213.73111.78103.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.78%
GREEN value IS 237 (92.97% from 255) = 39.43%
BLUE value IS 185 (72.66% from 255) = 30.78%
R=29.78%
G=39.43%
B=30.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1792371850.2400.220.07126.2161.781.57
HexB3EDB91801677e3e52
Octal26335527130026717676122
Binary1011001111101101101110011100001011011111111101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EDB9; }

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

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

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

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

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

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

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

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