#BBDBC1

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

Shades of Edgewater #BBDBC1

Tints of Edgewater #BBDBC1

Color information

#BBDBC1 (or 0xBBDBC1) is unknown color: approx Edgewater. HEX triplet: BB, DB and C1. RGB value is (187,219,193). Sum of RGB (Red+Green+Blue) = 187+219+193=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 193 (75.78% from 255 or 32.22% from 599); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBC1 is #44243E. Grayscale: #CECECE. Windows color (decimal): -4465727 or 12704699. OLE color: 12704699.

HSL color Cylindrical-coordinate representation of color #BBDBC1: hue angle of 131.25º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDBC1 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB187219193-
CMYK0.1500.120.14
HSL131.25º30.77%79.61%-
HSV(B)131.25º14.61%85.88%-
XYZ55.4565.0860.09-
YUV206.47120.4114.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.22%
GREEN value IS 219 (85.94% from 255) = 36.56%
BLUE value IS 193 (75.78% from 255) = 32.22%
R=31.22%
G=36.56%
B=32.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872191930.1500.120.14131.2530.7779.61
HexBBDBC1F0CE831f50
Octal273333301170141620337120
Binary101110111101101111000001111101100111010000011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDBC1; }

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

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

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

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

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

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

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

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