#BDDBC6

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

Shades of Edgewater #BDDBC6

Tints of Edgewater #BDDBC6

Color information

#BDDBC6 (or 0xBDDBC6) is unknown color: approx Edgewater. HEX triplet: BD, DB and C6. RGB value is (189,219,198). Sum of RGB (Red+Green+Blue) = 189+219+198=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 198 (77.73% from 255 or 32.67% from 606); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBC6 is #422439. Grayscale: #CFCFCF. Windows color (decimal): -4334650 or 13032381. OLE color: 13032381.

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

Color convert

RGB189219198-
CMYK0.1400.100.14
HSL138º29.41%80%-
HSV(B)138º13.7%85.88%-
XYZ56.5165.5663.1-
YUV207.64122.56114.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.19%
GREEN value IS 219 (85.94% from 255) = 36.14%
BLUE value IS 198 (77.73% from 255) = 32.67%
R=31.19%
G=36.14%
B=32.67%

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
Decimal1892191980.1400.100.1413829.4180
HexBDDBC6E0AE8a1d50
Octal275333306160121621235120
Binary101111011101101111000110111001010111010001010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBC6; }

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

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

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

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

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

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

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

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