#BDD3C4

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

Shades of Edgewater #BDD3C4

Tints of Edgewater #BDD3C4

Color information

#BDD3C4 (or 0xBDD3C4) is unknown color: approx Edgewater. HEX triplet: BD, D3 and C4. RGB value is (189,211,196). Sum of RGB (Red+Green+Blue) = 189+211+196=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 211 (82.81% from 255 or 35.40% from 596); Blue value is 196 (76.95% from 255 or 32.89% from 596); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD3C4 is #422C3B. Grayscale: #CACACA. Windows color (decimal): -4336700 or 12899261. OLE color: 12899261.

HSL color Cylindrical-coordinate representation of color #BDD3C4: hue angle of 139.09º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDD3C4 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB189211196-
CMYK0.1000.070.17
HSL139.09º20%78.43%-
HSV(B)139.09º10.43%82.75%-
XYZ54.2461.3961.22-
YUV202.71124.21118.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.71%
GREEN value IS 211 (82.81% from 255) = 35.40%
BLUE value IS 196 (76.95% from 255) = 32.89%
R=31.71%
G=35.40%
B=32.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1892111960.1000.070.17139.092078.43
HexBDD3C4A07118b144e
Octal27532330412072121324116
Binary101111011101001111000100101001111000110001011101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD3C4; }

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

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

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

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

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

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

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

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