#B4DFBF

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

Shades of Fringy Flower #B4DFBF

Tints of Fringy Flower #B4DFBF

Color information

#B4DFBF (or 0xB4DFBF) is unknown color: approx Fringy Flower. HEX triplet: B4, DF and BF. RGB value is (180,223,191). Sum of RGB (Red+Green+Blue) = 180+223+191=594 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.30% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DFBF is #4B2040. Grayscale: #CECECE. Windows color (decimal): -4923457 or 12574644. OLE color: 12574644.

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

Color convert

RGB180223191-
CMYK0.1900.140.13
HSL135.35º40.19%79.02%-
HSV(B)135.35º19.28%87.45%-
XYZ54.6166.2459.2-
YUV206.49119.25109.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.30%
GREEN value IS 223 (87.5% from 255) = 37.54%
BLUE value IS 191 (75% from 255) = 32.15%
R=30.30%
G=37.54%
B=32.15%

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
Decimal1802231910.1900.140.13135.3540.1979.02
HexB4DFBF130ED87284f
Octal264337277230161520750117
Binary10110100110111111011111110011011101101100001111010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DFBF; }

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

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

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

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

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

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

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

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