#BBDAC0

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

Shades of Edgewater #BBDAC0

Tints of Edgewater #BBDAC0

Color information

#BBDAC0 (or 0xBBDAC0) is unknown color: approx Edgewater. HEX triplet: BB, DA and C0. RGB value is (187,218,192). Sum of RGB (Red+Green+Blue) = 187+218+192=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 192 (75.39% from 255 or 32.16% from 597); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDAC0 is #44253F. Grayscale: #CDCDCD. Windows color (decimal): -4465984 or 12638907. OLE color: 12638907.

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

Color convert

RGB187218192-
CMYK0.1400.120.15
HSL129.68º29.52%79.41%-
HSV(B)129.68º14.22%85.49%-
XYZ55.0864.5159.42-
YUV205.77120.23114.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.32%
GREEN value IS 218 (85.55% from 255) = 36.52%
BLUE value IS 192 (75.39% from 255) = 32.16%
R=31.32%
G=36.52%
B=32.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872181920.1400.120.15129.6829.5279.41
HexBBDAC0E0CF821e4f
Octal273332300160141720236117
Binary101110111101101011000000111001100111110000010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDAC0; }

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

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

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

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

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

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

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

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