#BFC6BD

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

Shades of Surf Crest #BFC6BD

Tints of Surf Crest #BFC6BD

Color information

#BFC6BD (or 0xBFC6BD) is unknown color: approx Surf Crest. HEX triplet: BF, C6 and BD. RGB value is (191,198,189). Sum of RGB (Red+Green+Blue) = 191+198+189=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 198 (77.73% from 255 or 34.26% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC6BD is #403942. Grayscale: #C2C2C2. Windows color (decimal): -4208963 or 12437183. OLE color: 12437183.

HSL color Cylindrical-coordinate representation of color #BFC6BD: hue angle of 106.67º degrees, saturation: 0.07, 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 #BFC6BD is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB191198189-
CMYK0.0400.050.22
HSL106.67º7.32%75.88%-
HSV(B)106.67º4.55%77.65%-
XYZ50.8755.1456.11-
YUV194.88124.68125.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.04%
GREEN value IS 198 (77.73% from 255) = 34.26%
BLUE value IS 189 (74.22% from 255) = 32.70%
R=33.04%
G=34.26%
B=32.70%

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
Decimal1911981890.0400.050.22106.677.3275.88
HexBFC6BD405166b74c
Octal277306275405261537114
Binary10111111110001101011110110001011011011010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC6BD; }

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

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

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

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

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

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

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

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