#B5DFBF

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

Shades of Fringy Flower #B5DFBF

Tints of Fringy Flower #B5DFBF

Color information

#B5DFBF (or 0xB5DFBF) is unknown color: approx Fringy Flower. HEX triplet: B5, DF and BF. RGB value is (181,223,191). Sum of RGB (Red+Green+Blue) = 181+223+191=595 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.42% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DFBF is #4A2040. Grayscale: #CECECE. Windows color (decimal): -4857921 or 12574645. OLE color: 12574645.

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

Color convert

RGB181223191-
CMYK0.1900.140.13
HSL134.29º39.62%79.22%-
HSV(B)134.29º18.83%87.45%-
XYZ54.8566.3659.21-
YUV206.79119.09109.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.42%
GREEN value IS 223 (87.5% from 255) = 37.48%
BLUE value IS 191 (75% from 255) = 32.10%
R=30.42%
G=37.48%
B=32.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1812231910.1900.140.13134.2939.6279.22
HexB5DFBF130ED86284f
Octal265337277230161520650117
Binary10110101110111111011111110011011101101100001101010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DFBF; }

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

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

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

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

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

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

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

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