#B1DBBD

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

Shades of Fringy Flower #B1DBBD

Tints of Fringy Flower #B1DBBD

Color information

#B1DBBD (or 0xB1DBBD) is unknown color: approx Fringy Flower. HEX triplet: B1, DB and BD. RGB value is (177,219,189). Sum of RGB (Red+Green+Blue) = 177+219+189=585 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.26% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DBBD is #4E2442. Grayscale: #CBCBCB. Windows color (decimal): -5121091 or 12442545. OLE color: 12442545.

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

Color convert

RGB177219189-
CMYK0.1900.140.14
HSL137.14º36.84%77.65%-
HSV(B)137.14º19.18%85.88%-
XYZ52.6563.6857.66-
YUV203.02120.09109.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.26%
GREEN value IS 219 (85.94% from 255) = 37.44%
BLUE value IS 189 (74.22% from 255) = 32.31%
R=30.26%
G=37.44%
B=32.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1772191890.1900.140.14137.1436.8477.65
HexB1DBBD130EE89254e
Octal261333275230161621145116
Binary10110001110110111011110110011011101110100010011001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DBBD; }

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

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

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

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

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

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

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

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