#BFCEB9

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

Shades of Surf Crest #BFCEB9

Tints of Surf Crest #BFCEB9

Color information

#BFCEB9 (or 0xBFCEB9) is unknown color: approx Surf Crest. HEX triplet: BF, CE and B9. RGB value is (191,206,185). Sum of RGB (Red+Green+Blue) = 191+206+185=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 185 (72.66% from 255 or 31.79% from 582); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCEB9 is #403146. Grayscale: #C7C7C7. Windows color (decimal): -4206919 or 12177087. OLE color: 12177087.

HSL color Cylindrical-coordinate representation of color #BFCEB9: hue angle of 102.86º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFCEB9 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB191206185-
CMYK0.0700.100.19
HSL102.86º17.65%76.67%-
HSV(B)102.86º10.19%80.78%-
XYZ52.3158.7254.48-
YUV199.12120.03122.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.82%
GREEN value IS 206 (80.86% from 255) = 35.40%
BLUE value IS 185 (72.66% from 255) = 31.79%
R=32.82%
G=35.40%
B=31.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912061850.0700.100.19102.8617.6576.67
HexBFCEB970A1367124d
Octal27731627170122314722115
Binary10111111110011101011100111101010100111100111100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCEB9; }

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

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

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

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

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

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

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

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