#BFCFC4

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

Shades of Edgewater #BFCFC4

Tints of Edgewater #BFCFC4

Color information

#BFCFC4 (or 0xBFCFC4) is unknown color: approx Edgewater. HEX triplet: BF, CF and C4. RGB value is (191,207,196). Sum of RGB (Red+Green+Blue) = 191+207+196=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 196 (76.95% from 255 or 33.00% from 594); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCFC4 is #40303B. Grayscale: #C8C8C8. Windows color (decimal): -4206652 or 12898239. OLE color: 12898239.

HSL color Cylindrical-coordinate representation of color #BFCFC4: hue angle of 138.75º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFCFC4 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB191207196-
CMYK0.0800.050.19
HSL138.75º14.29%78.04%-
HSV(B)138.75º7.73%81.18%-
XYZ53.7659.6960.91-
YUV200.96125.2120.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.15%
GREEN value IS 207 (81.25% from 255) = 34.85%
BLUE value IS 196 (76.95% from 255) = 33.00%
R=32.15%
G=34.85%
B=33.00%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912071960.0800.050.19138.7514.2978.04
HexBFCFC4805138be4e
Octal27731730410052321316116
Binary10111111110011111100010010000101100111000101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCFC4; }

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

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

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

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

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

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

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

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