#B1DCBD

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

Shades of Fringy Flower #B1DCBD

Tints of Fringy Flower #B1DCBD

Color information

#B1DCBD (or 0xB1DCBD) is unknown color: approx Fringy Flower. HEX triplet: B1, DC and BD. RGB value is (177,220,189). Sum of RGB (Red+Green+Blue) = 177+220+189=586 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.20% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DCBD is #4E2342. Grayscale: #CBCBCB. Windows color (decimal): -5120835 or 12442801. OLE color: 12442801.

HSL color Cylindrical-coordinate representation of color #B1DCBD: hue angle of 136.74º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1DCBD is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB177220189-
CMYK0.2000.140.14
HSL136.74º38.05%77.84%-
HSV(B)136.74º19.55%86.27%-
XYZ52.9164.2157.75-
YUV203.61119.75109.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.20%
GREEN value IS 220 (86.33% from 255) = 37.54%
BLUE value IS 189 (74.22% from 255) = 32.25%
R=30.20%
G=37.54%
B=32.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1772201890.2000.140.14136.7438.0577.84
HexB1DCBD140EE89264e
Octal261334275240161621146116
Binary10110001110111001011110110100011101110100010011001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DCBD; }

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

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

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

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

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

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

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

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