#B1DBBC

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

Shades of Fringy Flower #B1DBBC

Tints of Fringy Flower #B1DBBC

Color information

#B1DBBC (or 0xB1DBBC) is unknown color: approx Fringy Flower. HEX triplet: B1, DB and BC. RGB value is (177,219,188). Sum of RGB (Red+Green+Blue) = 177+219+188=584 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.31% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DBBC is #4E2443. Grayscale: #CACACA. Windows color (decimal): -5121092 or 12377009. OLE color: 12377009.

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

Color convert

RGB177219188-
CMYK0.1900.140.14
HSL135.71º36.84%77.65%-
HSV(B)135.71º19.18%85.88%-
XYZ52.5463.6457.09-
YUV202.91119.59109.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.31%
GREEN value IS 219 (85.94% from 255) = 37.5%
BLUE value IS 188 (73.83% from 255) = 32.19%
R=30.31%
G=37.5%
B=32.19%

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
Decimal1772191880.1900.140.14135.7136.8477.65
HexB1DBBC130EE88254e
Octal261333274230161621045116
Binary10110001110110111011110010011011101110100010001001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DBBC; }

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

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

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

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

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

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

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

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