#B7DCBD

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

Shades of Fringy Flower #B7DCBD

Tints of Fringy Flower #B7DCBD

Color information

#B7DCBD (or 0xB7DCBD) is unknown color: approx Fringy Flower. HEX triplet: B7, DC and BD. RGB value is (183,220,189). Sum of RGB (Red+Green+Blue) = 183+220+189=592 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.91% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DCBD is #482342. Grayscale: #CDCDCD. Windows color (decimal): -4727619 or 12442807. OLE color: 12442807.

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

Color convert

RGB183220189-
CMYK0.1700.140.14
HSL129.73º34.58%79.02%-
HSV(B)129.73º16.82%86.27%-
XYZ54.3164.9357.81-
YUV205.4118.74112.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.91%
GREEN value IS 220 (86.33% from 255) = 37.16%
BLUE value IS 189 (74.22% from 255) = 31.93%
R=30.91%
G=37.16%
B=31.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1832201890.1700.140.14129.7334.5879.02
HexB7DCBD110EE82234f
Octal267334275210161620243117
Binary10110111110111001011110110001011101110100000101000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DCBD; }

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

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

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

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

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

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

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

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