#B7DFBF

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

Shades of Fringy Flower #B7DFBF

Tints of Fringy Flower #B7DFBF

Color information

#B7DFBF (or 0xB7DFBF) is unknown color: approx Fringy Flower. HEX triplet: B7, DF and BF. RGB value is (183,223,191). Sum of RGB (Red+Green+Blue) = 183+223+191=597 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.65% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 223 - color contains mainly: green. Hex color #B7DFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DFBF is #482040. Grayscale: #CFCFCF. Windows color (decimal): -4726849 or 12574647. OLE color: 12574647.

HSL color Cylindrical-coordinate representation of color #B7DFBF: hue angle of 132º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7DFBF is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB183223191-
CMYK0.1800.140.13
HSL132º38.46%79.61%-
HSV(B)132º17.94%87.45%-
XYZ55.3266.659.23-
YUV207.39118.75110.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.65%
GREEN value IS 223 (87.5% from 255) = 37.35%
BLUE value IS 191 (75% from 255) = 31.99%
R=30.65%
G=37.35%
B=31.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1832231910.1800.140.1313238.4679.61
HexB7DFBF120ED842650
Octal267337277220161520446120
Binary10110111110111111011111110010011101101100001001001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DFBF; }

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

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

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

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

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

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

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

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