#BBDAC1

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

Shades of Edgewater #BBDAC1

Tints of Edgewater #BBDAC1

Color information

#BBDAC1 (or 0xBBDAC1) is unknown color: approx Edgewater. HEX triplet: BB, DA and C1. RGB value is (187,218,193). Sum of RGB (Red+Green+Blue) = 187+218+193=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 193 (75.78% from 255 or 32.27% from 598); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDAC1 is #44253E. Grayscale: #CDCDCD. Windows color (decimal): -4465983 or 12704443. OLE color: 12704443.

HSL color Cylindrical-coordinate representation of color #BBDAC1: hue angle of 131.61º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBDAC1 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB187218193-
CMYK0.1400.110.15
HSL131.61º29.52%79.41%-
HSV(B)131.61º14.22%85.49%-
XYZ55.1964.5660-
YUV205.88120.73114.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.27%
GREEN value IS 218 (85.55% from 255) = 36.45%
BLUE value IS 193 (75.78% from 255) = 32.27%
R=31.27%
G=36.45%
B=32.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872181930.1400.110.15131.6129.5279.41
HexBBDAC1E0BF841e4f
Octal273332301160131720436117
Binary101110111101101011000001111001011111110000100111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDAC1; }

 p { color: rgb(187,218,193); }

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

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

 a { background-color: rgb(187,218,193); }

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

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

 span { border-color: rgb(187,218,193); }

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