#B7DCBB

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

Shades of Fringy Flower #B7DCBB

Tints of Fringy Flower #B7DCBB

Color information

#B7DCBB (or 0xB7DCBB) is unknown color: approx Fringy Flower. HEX triplet: B7, DC and BB. RGB value is (183,220,187). Sum of RGB (Red+Green+Blue) = 183+220+187=590 (78% of max value = 765). Red value is 183 (71.88% from 255 or 31.02% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DCBB is #482344. Grayscale: #CDCDCD. Windows color (decimal): -4727621 or 12311735. OLE color: 12311735.

HSL color Cylindrical-coordinate representation of color #B7DCBB: hue angle of 126.49º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7DCBB is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB183220187-
CMYK0.1700.150.14
HSL126.49º34.58%79.02%-
HSV(B)126.49º16.82%86.27%-
XYZ54.0964.8456.68-
YUV205.18117.74112.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.02%
GREEN value IS 220 (86.33% from 255) = 37.29%
BLUE value IS 187 (73.44% from 255) = 31.69%
R=31.02%
G=37.29%
B=31.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1832201870.1700.150.14126.4934.5879.02
HexB7DCBB110FE7e234f
Octal267334273210171617643117
Binary1011011111011100101110111000101111111011111101000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DCBB; }

 p { color: rgb(183,220,187); }

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

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

 a { background-color: rgb(183,220,187); }

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

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

 span { border-color: rgb(183,220,187); }

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