#BDDFC4

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

Shades of Edgewater #BDDFC4

Tints of Edgewater #BDDFC4

Color information

#BDDFC4 (or 0xBDDFC4) is unknown color: approx Edgewater. HEX triplet: BD, DF and C4. RGB value is (189,223,196). Sum of RGB (Red+Green+Blue) = 189+223+196=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 196 (76.95% from 255 or 32.24% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFC4 is #42203B. Grayscale: #D1D1D1. Windows color (decimal): -4333628 or 12902333. OLE color: 12902333.

HSL color Cylindrical-coordinate representation of color #BDDFC4: hue angle of 132.35º 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 #BDDFC4 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB189223196-
CMYK0.1500.120.13
HSL132.35º34.69%80.78%-
HSV(B)132.35º15.25%87.45%-
XYZ57.3467.5862.25-
YUV209.76120.24113.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.09%
GREEN value IS 223 (87.5% from 255) = 36.68%
BLUE value IS 196 (76.95% from 255) = 32.24%
R=31.09%
G=36.68%
B=32.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892231960.1500.120.13132.3534.6980.78
HexBDDFC4F0CD842351
Octal275337304170141520443121
Binary1011110111011111110001001111011001101100001001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDFC4; }

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

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

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

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

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

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

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

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