#BFCDC3

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

Shades of Edgewater #BFCDC3

Tints of Edgewater #BFCDC3

Color information

#BFCDC3 (or 0xBFCDC3) is unknown color: approx Edgewater. HEX triplet: BF, CD and C3. RGB value is (191,205,195). Sum of RGB (Red+Green+Blue) = 191+205+195=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 195 (76.56% from 255 or 32.99% from 591); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDC3 is #40323C. Grayscale: #C7C7C7. Windows color (decimal): -4207165 or 12832191. OLE color: 12832191.

HSL color Cylindrical-coordinate representation of color #BFCDC3: hue angle of 137.14º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFCDC3 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB191205195-
CMYK0.0700.050.20
HSL137.14º12.28%77.65%-
HSV(B)137.14º6.83%80.39%-
XYZ53.1758.6860.15-
YUV199.67125.36121.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.32%
GREEN value IS 205 (80.47% from 255) = 34.69%
BLUE value IS 195 (76.56% from 255) = 32.99%
R=32.32%
G=34.69%
B=32.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912051950.0700.050.20137.1412.2877.65
HexBFCDC37051489c4e
Octal2773153037052421114116
Binary1011111111001101110000111110101101001000100111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCDC3; }

 p { color: rgb(191,205,195); }

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

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

 a { background-color: rgb(191,205,195); }

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

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

 span { border-color: rgb(191,205,195); }

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