#BDDCC4

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

Shades of Edgewater #BDDCC4

Tints of Edgewater #BDDCC4

Color information

#BDDCC4 (or 0xBDDCC4) is unknown color: approx Edgewater. HEX triplet: BD, DC and C4. RGB value is (189,220,196). Sum of RGB (Red+Green+Blue) = 189+220+196=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 196 (76.95% from 255 or 32.40% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCC4 is #42233B. Grayscale: #D0D0D0. Windows color (decimal): -4334396 or 12901565. OLE color: 12901565.

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

Color convert

RGB189220196-
CMYK0.1400.110.14
HSL133.55º30.69%80.2%-
HSV(B)133.55º14.09%86.27%-
XYZ56.5465.9961.98-
YUV207.99121.23114.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.24%
GREEN value IS 220 (86.33% from 255) = 36.36%
BLUE value IS 196 (76.95% from 255) = 32.40%
R=31.24%
G=36.36%
B=32.40%

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
Decimal1892201960.1400.110.14133.5530.6980.2
HexBDDCC4E0BE861f50
Octal275334304160131620637120
Binary101111011101110011000100111001011111010000110111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDCC4; }

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

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

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

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

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

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

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

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