#BDDBC3

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

Shades of Edgewater #BDDBC3

Tints of Edgewater #BDDBC3

Color information

#BDDBC3 (or 0xBDDBC3) is unknown color: approx Edgewater. HEX triplet: BD, DB and C3. RGB value is (189,219,195). Sum of RGB (Red+Green+Blue) = 189+219+195=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 195 (76.56% from 255 or 32.34% from 603); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBC3 is #42243C. Grayscale: #CFCFCF. Windows color (decimal): -4334653 or 12835773. OLE color: 12835773.

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

Color convert

RGB189219195-
CMYK0.1400.110.14
HSL132º29.41%80%-
HSV(B)132º13.7%85.88%-
XYZ56.1765.4261.3-
YUV207.29121.06114.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.34%
GREEN value IS 219 (85.94% from 255) = 36.32%
BLUE value IS 195 (76.56% from 255) = 32.34%
R=31.34%
G=36.32%
B=32.34%

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
Decimal1892191950.1400.110.1413229.4180
HexBDDBC3E0BE841d50
Octal275333303160131620435120
Binary101111011101101111000011111001011111010000100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBC3; }

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

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

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

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

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

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

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

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