#BFC4BD

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

Shades of Surf Crest #BFC4BD

Tints of Surf Crest #BFC4BD

Color information

#BFC4BD (or 0xBFC4BD) is unknown color: approx Surf Crest. HEX triplet: BF, C4 and BD. RGB value is (191,196,189). Sum of RGB (Red+Green+Blue) = 191+196+189=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 196 (76.95% from 255 or 34.03% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC4BD is #403B42. Grayscale: #C1C1C1. Windows color (decimal): -4209475 or 12436671. OLE color: 12436671.

HSL color Cylindrical-coordinate representation of color #BFC4BD: hue angle of 102.86º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BFC4BD is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB191196189-
CMYK0.0300.040.23
HSL102.86º5.6%75.49%-
HSV(B)102.86º3.57%76.86%-
XYZ50.4154.2355.95-
YUV193.71125.34126.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.16%
GREEN value IS 196 (76.95% from 255) = 34.03%
BLUE value IS 189 (74.22% from 255) = 32.81%
R=33.16%
G=34.03%
B=32.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911961890.0300.040.23102.865.675.49
HexBFC4BD304176764b
Octal277304275304271476113
Binary1011111111000100101111011101001011111001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC4BD; }

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

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

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

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

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

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

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

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