#BFCEB6

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

Shades of Surf Crest #BFCEB6

Tints of Surf Crest #BFCEB6

Color information

#BFCEB6 (or 0xBFCEB6) is unknown color: approx Surf Crest. HEX triplet: BF, CE and B6. RGB value is (191,206,182). Sum of RGB (Red+Green+Blue) = 191+206+182=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 182 (71.48% from 255 or 31.43% from 579); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCEB6 is #403149. Grayscale: #C6C6C6. Windows color (decimal): -4206922 or 11980479. OLE color: 11980479.

HSL color Cylindrical-coordinate representation of color #BFCEB6: hue angle of 97.5º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFCEB6 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB191206182-
CMYK0.0700.120.19
HSL97.5º19.67%76.08%-
HSV(B)97.5º11.65%80.78%-
XYZ5258.652.83-
YUV198.78118.53122.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.99%
GREEN value IS 206 (80.86% from 255) = 35.58%
BLUE value IS 182 (71.48% from 255) = 31.43%
R=32.99%
G=35.58%
B=31.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912061820.0700.120.1997.519.6776.08
HexBFCEB670C1361144c
Octal27731626670142314124114
Binary10111111110011101011011011101100100111100001101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCEB6; }

 p { color: rgb(191,206,182); }

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

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

 a { background-color: rgb(191,206,182); }

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

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

 span { border-color: rgb(191,206,182); }

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