#BDDFC3

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

Shades of Edgewater #BDDFC3

Tints of Edgewater #BDDFC3

Color information

#BDDFC3 (or 0xBDDFC3) is unknown color: approx Edgewater. HEX triplet: BD, DF and C3. RGB value is (189,223,195). Sum of RGB (Red+Green+Blue) = 189+223+195=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 195 (76.56% from 255 or 32.13% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFC3 is #42203C. Grayscale: #D1D1D1. Windows color (decimal): -4333629 or 12836797. OLE color: 12836797.

HSL color Cylindrical-coordinate representation of color #BDDFC3: hue angle of 130.59º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDDFC3 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB189223195-
CMYK0.1500.130.13
HSL130.59º34.69%80.78%-
HSV(B)130.59º15.25%87.45%-
XYZ57.2267.5361.65-
YUV209.64119.74113.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.14%
GREEN value IS 223 (87.5% from 255) = 36.74%
BLUE value IS 195 (76.56% from 255) = 32.13%
R=31.14%
G=36.74%
B=32.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892231950.1500.130.13130.5934.6980.78
HexBDDFC3F0DD832351
Octal275337303170151520343121
Binary1011110111011111110000111111011011101100000111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDFC3; }

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

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

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

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

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

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

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

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