#BFC7BB

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

Shades of Surf Crest #BFC7BB

Tints of Surf Crest #BFC7BB

Color information

#BFC7BB (or 0xBFC7BB) is unknown color: approx Surf Crest. HEX triplet: BF, C7 and BB. RGB value is (191,199,187). Sum of RGB (Red+Green+Blue) = 191+199+187=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 199 (78.12% from 255 or 34.49% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC7BB is #403844. Grayscale: #C3C3C3. Windows color (decimal): -4208709 or 12306367. OLE color: 12306367.

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

Color convert

RGB191199187-
CMYK0.0400.060.22
HSL100º9.68%75.69%-
HSV(B)100º6.03%78.04%-
XYZ50.8855.5155.05-
YUV195.24123.35124.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.10%
GREEN value IS 199 (78.12% from 255) = 34.49%
BLUE value IS 187 (73.44% from 255) = 32.41%
R=33.10%
G=34.49%
B=32.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911991870.0400.060.221009.6875.69
HexBFC7BB4061664a4c
Octal2773072734062614412114
Binary101111111100011110111011100011010110110010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC7BB; }

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

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

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

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

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

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

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

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