#BDDBC1

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

Shades of Edgewater #BDDBC1

Tints of Edgewater #BDDBC1

Color information

#BDDBC1 (or 0xBDDBC1) is unknown color: approx Edgewater. HEX triplet: BD, DB and C1. RGB value is (189,219,193). Sum of RGB (Red+Green+Blue) = 189+219+193=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 193 (75.78% from 255 or 32.11% from 601); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBC1 is #42243E. Grayscale: #CFCFCF. Windows color (decimal): -4334655 or 12704701. OLE color: 12704701.

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

Color convert

RGB189219193-
CMYK0.1400.120.14
HSL128º29.41%80%-
HSV(B)128º13.7%85.88%-
XYZ55.9465.3360.11-
YUV207.07120.06115.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.45%
GREEN value IS 219 (85.94% from 255) = 36.44%
BLUE value IS 193 (75.78% from 255) = 32.11%
R=31.45%
G=36.44%
B=32.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892191930.1400.120.1412829.4180
HexBDDBC1E0CE801d50
Octal275333301160141620035120
Binary101111011101101111000001111001100111010000000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBC1; }

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

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

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

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

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

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

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

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