#B5DFBD

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

Shades of Fringy Flower #B5DFBD

Tints of Fringy Flower #B5DFBD

Color information

#B5DFBD (or 0xB5DFBD) is unknown color: approx Fringy Flower. HEX triplet: B5, DF and BD. RGB value is (181,223,189). Sum of RGB (Red+Green+Blue) = 181+223+189=593 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.52% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DFBD is #4A2042. Grayscale: #CECECE. Windows color (decimal): -4857923 or 12443573. OLE color: 12443573.

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

Color convert

RGB181223189-
CMYK0.1900.150.13
HSL131.43º39.62%79.22%-
HSV(B)131.43º18.83%87.45%-
XYZ54.6366.2758.06-
YUV206.57118.09109.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.52%
GREEN value IS 223 (87.5% from 255) = 37.61%
BLUE value IS 189 (74.22% from 255) = 31.87%
R=30.52%
G=37.61%
B=31.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1812231890.1900.150.13131.4339.6279.22
HexB5DFBD130FD83284f
Octal265337275230171520350117
Binary10110101110111111011110110011011111101100000111010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DFBD; }

 p { color: rgb(181,223,189); }

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

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

 a { background-color: rgb(181,223,189); }

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

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

 span { border-color: rgb(181,223,189); }

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