#B3DFBE

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

Shades of Fringy Flower #B3DFBE

Tints of Fringy Flower #B3DFBE

Color information

#B3DFBE (or 0xB3DFBE) is unknown color: approx Fringy Flower. HEX triplet: B3, DF and BE. RGB value is (179,223,190). Sum of RGB (Red+Green+Blue) = 179+223+190=592 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.24% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 223 - color contains mainly: green. Hex color #B3DFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DFBE is #4C2041. Grayscale: #CECECE. Windows color (decimal): -4988994 or 12509107. OLE color: 12509107.

HSL color Cylindrical-coordinate representation of color #B3DFBE: hue angle of 135º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3DFBE is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB179223190-
CMYK0.2000.150.13
HSL135º40.74%78.82%-
HSV(B)135º19.73%87.45%-
XYZ54.2766.0858.61-
YUV206.08118.92108.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.24%
GREEN value IS 223 (87.5% from 255) = 37.67%
BLUE value IS 190 (74.61% from 255) = 32.09%
R=30.24%
G=37.67%
B=32.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1792231900.2000.150.1313540.7478.82
HexB3DFBE140FD87294f
Octal263337276240171520751117
Binary10110011110111111011111010100011111101100001111010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DFBE; }

 p { color: rgb(179,223,190); }

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

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

 a { background-color: rgb(179,223,190); }

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

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

 span { border-color: rgb(179,223,190); }

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