#BFDCC4

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

Shades of Edgewater #BFDCC4

Tints of Edgewater #BFDCC4

Color information

#BFDCC4 (or 0xBFDCC4) is unknown color: approx Edgewater. HEX triplet: BF, DC and C4. RGB value is (191,220,196). Sum of RGB (Red+Green+Blue) = 191+220+196=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 196 (76.95% from 255 or 32.29% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCC4 is #40233B. Grayscale: #D0D0D0. Windows color (decimal): -4203324 or 12901567. OLE color: 12901567.

HSL color Cylindrical-coordinate representation of color #BFDCC4: hue angle of 130.34º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFDCC4 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB191220196-
CMYK0.1300.110.14
HSL130.34º29.29%80.59%-
HSV(B)130.34º13.18%86.27%-
XYZ57.0466.2562.01-
YUV208.59120.89115.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.47%
GREEN value IS 220 (86.33% from 255) = 36.24%
BLUE value IS 196 (76.95% from 255) = 32.29%
R=31.47%
G=36.24%
B=32.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1912201960.1300.110.14130.3429.2980.59
HexBFDCC4D0BE821d51
Octal277334304150131620235121
Binary101111111101110011000100110101011111010000010111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDCC4; }

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

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

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

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

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

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

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

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