#BBDAC5

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

Shades of Edgewater #BBDAC5

Tints of Edgewater #BBDAC5

Color information

#BBDAC5 (or 0xBBDAC5) is unknown color: approx Edgewater. HEX triplet: BB, DA and C5. RGB value is (187,218,197). Sum of RGB (Red+Green+Blue) = 187+218+197=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 197 (77.34% from 255 or 32.72% from 602); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDAC5 is #44253A. Grayscale: #CECECE. Windows color (decimal): -4465979 or 12966587. OLE color: 12966587.

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

Color convert

RGB187218197-
CMYK0.1400.100.15
HSL139.35º29.52%79.41%-
HSV(B)139.35º14.22%85.49%-
XYZ55.6464.7462.39-
YUV206.34122.73114.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.06%
GREEN value IS 218 (85.55% from 255) = 36.21%
BLUE value IS 197 (77.34% from 255) = 32.72%
R=31.06%
G=36.21%
B=32.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872181970.1400.100.15139.3529.5279.41
HexBBDAC5E0AF8b1e4f
Octal273332305160121721336117
Binary101110111101101011000101111001010111110001011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDAC5; }

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

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

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

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

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

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

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

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