#B3EDC0

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

Shades of Fringy Flower #B3EDC0

Tints of Fringy Flower #B3EDC0

Color information

#B3EDC0 (or 0xB3EDC0) is unknown color: approx Fringy Flower. HEX triplet: B3, ED and C0. RGB value is (179,237,192). Sum of RGB (Red+Green+Blue) = 179+237+192=608 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.44% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 192 (75.39% from 255 or 31.58% from 608); Max value from RGB is 237 - color contains mainly: green. Hex color #B3EDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EDC0 is #4C123F. Grayscale: #D6D6D6. Windows color (decimal): -4985408 or 12643763. OLE color: 12643763.

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

Color convert

RGB179237192-
CMYK0.2400.190.07
HSL133.45º61.7%81.57%-
HSV(B)133.45º24.47%92.94%-
XYZ58.3973.9661.07-
YUV214.53115.28102.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.44%
GREEN value IS 237 (92.97% from 255) = 38.98%
BLUE value IS 192 (75.39% from 255) = 31.58%
R=29.44%
G=38.98%
B=31.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1792371920.2400.190.07133.4561.781.57
HexB3EDC0180137853e52
Octal26335530030023720576122
Binary10110011111011011100000011000010011111100001011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EDC0; }

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

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

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

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

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

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

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

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