#BDDBC5

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

Shades of Edgewater #BDDBC5

Tints of Edgewater #BDDBC5

Color information

#BDDBC5 (or 0xBDDBC5) is unknown color: approx Edgewater. HEX triplet: BD, DB and C5. RGB value is (189,219,197). Sum of RGB (Red+Green+Blue) = 189+219+197=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 197 (77.34% from 255 or 32.56% from 605); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBC5 is #42243A. Grayscale: #CFCFCF. Windows color (decimal): -4334651 or 12966845. OLE color: 12966845.

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

Color convert

RGB189219197-
CMYK0.1400.100.14
HSL136º29.41%80%-
HSV(B)136º13.7%85.88%-
XYZ56.465.5162.5-
YUV207.52122.06114.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.24%
GREEN value IS 219 (85.94% from 255) = 36.20%
BLUE value IS 197 (77.34% from 255) = 32.56%
R=31.24%
G=36.20%
B=32.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892191970.1400.100.1413629.4180
HexBDDBC5E0AE881d50
Octal275333305160121621035120
Binary101111011101101111000101111001010111010001000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBC5; }

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

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

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

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

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

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

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

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