#BFC9BD

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

Shades of Surf Crest #BFC9BD

Tints of Surf Crest #BFC9BD

Color information

#BFC9BD (or 0xBFC9BD) is unknown color: approx Surf Crest. HEX triplet: BF, C9 and BD. RGB value is (191,201,189). Sum of RGB (Red+Green+Blue) = 191+201+189=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 201 (78.91% from 255 or 34.60% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC9BD is #403642. Grayscale: #C4C4C4. Windows color (decimal): -4208195 or 12437951. OLE color: 12437951.

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

Color convert

RGB191201189-
CMYK0.0500.060.21
HSL110º10%76.47%-
HSV(B)110º5.97%78.82%-
XYZ51.5656.5256.34-
YUV196.64123.69123.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.87%
GREEN value IS 201 (78.91% from 255) = 34.60%
BLUE value IS 189 (74.22% from 255) = 32.53%
R=32.87%
G=34.60%
B=32.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912011890.0500.060.211101076.47
HexBFC9BD506156ea4c
Octal2773112755062515612114
Binary101111111100100110111101101011010101110111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC9BD; }

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

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

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

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

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

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

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

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