#B1D6BD

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

Shades of Fringy Flower #B1D6BD

Tints of Fringy Flower #B1D6BD

Color information

#B1D6BD (or 0xB1D6BD) is unknown color: approx Fringy Flower. HEX triplet: B1, D6 and BD. RGB value is (177,214,189). Sum of RGB (Red+Green+Blue) = 177+214+189=580 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.52% from 580); Green value is 214 (83.98% from 255 or 36.90% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D6BD is #4E2942. Grayscale: #C8C8C8. Windows color (decimal): -5122371 or 12441265. OLE color: 12441265.

HSL color Cylindrical-coordinate representation of color #B1D6BD: hue angle of 139.46º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B1D6BD is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB177214189-
CMYK0.1700.120.16
HSL139.46º31.09%76.67%-
HSV(B)139.46º17.29%83.92%-
XYZ51.3661.1157.23-
YUV200.09121.74111.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.52%
GREEN value IS 214 (83.98% from 255) = 36.90%
BLUE value IS 189 (74.22% from 255) = 32.59%
R=30.52%
G=36.90%
B=32.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1772141890.1700.120.16139.4631.0976.67
HexB1D6BD110C108b1f4d
Octal261326275210142021337115
Binary10110001110101101011110110001011001000010001011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D6BD; }

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

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

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

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

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

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

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

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