#BDDBC4

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

Shades of Edgewater #BDDBC4

Tints of Edgewater #BDDBC4

Color information

#BDDBC4 (or 0xBDDBC4) is unknown color: approx Edgewater. HEX triplet: BD, DB and C4. RGB value is (189,219,196). Sum of RGB (Red+Green+Blue) = 189+219+196=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 196 (76.95% from 255 or 32.45% from 604); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBC4 is #42243B. Grayscale: #CFCFCF. Windows color (decimal): -4334652 or 12901309. OLE color: 12901309.

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

Color convert

RGB189219196-
CMYK0.1400.110.14
HSL134º29.41%80%-
HSV(B)134º13.7%85.88%-
XYZ56.2865.4761.89-
YUV207.41121.56114.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.29%
GREEN value IS 219 (85.94% from 255) = 36.26%
BLUE value IS 196 (76.95% from 255) = 32.45%
R=31.29%
G=36.26%
B=32.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892191960.1400.110.1413429.4180
HexBDDBC4E0BE861d50
Octal275333304160131620635120
Binary101111011101101111000100111001011111010000110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBC4; }

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

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

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

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

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

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

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

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