#BFC8BD

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

Shades of Surf Crest #BFC8BD

Tints of Surf Crest #BFC8BD

Color information

#BFC8BD (or 0xBFC8BD) is unknown color: approx Surf Crest. HEX triplet: BF, C8 and BD. RGB value is (191,200,189). Sum of RGB (Red+Green+Blue) = 191+200+189=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 200 (78.52% from 255 or 34.48% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC8BD is #403742. Grayscale: #C4C4C4. Windows color (decimal): -4208451 or 12437695. OLE color: 12437695.

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

Color convert

RGB191200189-
CMYK0.0400.060.22
HSL109.09º9.09%76.27%-
HSV(B)109.09º5.5%78.43%-
XYZ51.3356.0656.26-
YUV196.05124.02124.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.93%
GREEN value IS 200 (78.52% from 255) = 34.48%
BLUE value IS 189 (74.22% from 255) = 32.59%
R=32.93%
G=34.48%
B=32.59%

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
Decimal1912001890.0400.060.22109.099.0976.27
HexBFC8BD406166d94c
Octal2773102754062615511114
Binary101111111100100010111101100011010110110110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC8BD; }

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

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

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

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

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

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

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

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