#B3EEBD

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

Shades of Fringy Flower #B3EEBD

Tints of Fringy Flower #B3EEBD

Color information

#B3EEBD (or 0xB3EEBD) is unknown color: approx Fringy Flower. HEX triplet: B3, EE and BD. RGB value is (179,238,189). Sum of RGB (Red+Green+Blue) = 179+238+189=606 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.54% from 606); Green value is 238 (93.36% from 255 or 39.27% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 238 - color contains mainly: green. Hex color #B3EEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EEBD is #4C1142. Grayscale: #D6D6D6. Windows color (decimal): -4985155 or 12447411. OLE color: 12447411.

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

Color convert

RGB179238189-
CMYK0.2500.210.07
HSL130.17º63.44%81.76%-
HSV(B)130.17º24.79%93.33%-
XYZ58.3574.4159.43-
YUV214.77113.45102.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.54%
GREEN value IS 238 (93.36% from 255) = 39.27%
BLUE value IS 189 (74.22% from 255) = 31.19%
R=29.54%
G=39.27%
B=31.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1792381890.2500.210.07130.1763.4481.76
HexB3EEBD190157823f52
Octal26335627531025720277122
Binary10110011111011101011110111001010101111100000101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EEBD; }

 p { color: rgb(179,238,189); }

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

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

 a { background-color: rgb(179,238,189); }

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

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

 span { border-color: rgb(179,238,189); }

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