#BFC7BD

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

Shades of Surf Crest #BFC7BD

Tints of Surf Crest #BFC7BD

Color information

#BFC7BD (or 0xBFC7BD) is unknown color: approx Surf Crest. HEX triplet: BF, C7 and BD. RGB value is (191,199,189). Sum of RGB (Red+Green+Blue) = 191+199+189=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 199 (78.12% from 255 or 34.37% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC7BD is #403842. Grayscale: #C3C3C3. Windows color (decimal): -4208707 or 12437439. OLE color: 12437439.

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

Color convert

RGB191199189-
CMYK0.0400.050.22
HSL108º8.2%76.08%-
HSV(B)108º5.03%78.04%-
XYZ51.0955.656.18-
YUV195.47124.35124.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.99%
GREEN value IS 199 (78.12% from 255) = 34.37%
BLUE value IS 189 (74.22% from 255) = 32.64%
R=32.99%
G=34.37%
B=32.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911991890.0400.050.221088.276.08
HexBFC7BD405166c84c
Octal2773072754052615410114
Binary101111111100011110111101100010110110110110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC7BD; }

 p { color: rgb(191,199,189); }

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

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

 a { background-color: rgb(191,199,189); }

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

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

 span { border-color: rgb(191,199,189); }

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