#BFCCB9

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

Shades of Surf Crest #BFCCB9

Tints of Surf Crest #BFCCB9

Color information

#BFCCB9 (or 0xBFCCB9) is unknown color: approx Surf Crest. HEX triplet: BF, CC and B9. RGB value is (191,204,185). Sum of RGB (Red+Green+Blue) = 191+204+185=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 185 (72.66% from 255 or 31.90% from 580); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCB9 is #403346. Grayscale: #C6C6C6. Windows color (decimal): -4207431 or 12176575. OLE color: 12176575.

HSL color Cylindrical-coordinate representation of color #BFCCB9: hue angle of 101.05º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFCCB9 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB191204185-
CMYK0.0600.090.2
HSL101.05º15.7%76.27%-
HSV(B)101.05º9.31%80%-
XYZ51.8457.7654.32-
YUV197.95120.69123.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.93%
GREEN value IS 204 (80.08% from 255) = 35.17%
BLUE value IS 185 (72.66% from 255) = 31.90%
R=32.93%
G=35.17%
B=31.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1912041850.0600.090.2101.0515.776.27
HexBFCCB96091465104c
Octal27731427160112414520114
Binary10111111110011001011100111001001101001100101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCCB9; }

 p { color: rgb(191,204,185); }

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

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

 a { background-color: rgb(191,204,185); }

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

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

 span { border-color: rgb(191,204,185); }

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