#BFD0C4

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

Shades of Edgewater #BFD0C4

Tints of Edgewater #BFD0C4

Color information

#BFD0C4 (or 0xBFD0C4) is unknown color: approx Edgewater. HEX triplet: BF, D0 and C4. RGB value is (191,208,196). Sum of RGB (Red+Green+Blue) = 191+208+196=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 208 (81.64% from 255 or 34.96% from 595); Blue value is 196 (76.95% from 255 or 32.94% from 595); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD0C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD0C4 is #402F3B. Grayscale: #C9C9C9. Windows color (decimal): -4206396 or 12898495. OLE color: 12898495.

HSL color Cylindrical-coordinate representation of color #BFD0C4: hue angle of 137.65º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFD0C4 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB191208196-
CMYK0.0800.060.18
HSL137.65º15.32%78.24%-
HSV(B)137.65º8.17%81.57%-
XYZ54.0160.1760.99-
YUV201.55124.87120.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.10%
GREEN value IS 208 (81.64% from 255) = 34.96%
BLUE value IS 196 (76.95% from 255) = 32.94%
R=32.10%
G=34.96%
B=32.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1912081960.0800.060.18137.6515.3278.24
HexBFD0C4806128af4e
Octal27732030410062221217116
Binary10111111110100001100010010000110100101000101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD0C4; }

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

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

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

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

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

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

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

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