#BDDCC3

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

Shades of Edgewater #BDDCC3

Tints of Edgewater #BDDCC3

Color information

#BDDCC3 (or 0xBDDCC3) is unknown color: approx Edgewater. HEX triplet: BD, DC and C3. RGB value is (189,220,195). Sum of RGB (Red+Green+Blue) = 189+220+195=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 195 (76.56% from 255 or 32.28% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCC3 is #42233C. Grayscale: #CFCFCF. Windows color (decimal): -4334397 or 12836029. OLE color: 12836029.

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

Color convert

RGB189220195-
CMYK0.1400.110.14
HSL131.61º30.69%80.2%-
HSV(B)131.61º14.09%86.27%-
XYZ56.4365.9561.38-
YUV207.88120.73114.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.29%
GREEN value IS 220 (86.33% from 255) = 36.42%
BLUE value IS 195 (76.56% from 255) = 32.28%
R=31.29%
G=36.42%
B=32.28%

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
Decimal1892201950.1400.110.14131.6130.6980.2
HexBDDCC3E0BE841f50
Octal275334303160131620437120
Binary101111011101110011000011111001011111010000100111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDCC3; }

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

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

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

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

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

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

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

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