#BFCEB7

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

Shades of Surf Crest #BFCEB7

Tints of Surf Crest #BFCEB7

Color information

#BFCEB7 (or 0xBFCEB7) is unknown color: approx Surf Crest. HEX triplet: BF, CE and B7. RGB value is (191,206,183). Sum of RGB (Red+Green+Blue) = 191+206+183=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 183 (71.88% from 255 or 31.55% from 580); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCEB7 is #403148. Grayscale: #C6C6C6. Windows color (decimal): -4206921 or 12046015. OLE color: 12046015.

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

Color convert

RGB191206183-
CMYK0.0700.110.19
HSL99.13º19.01%76.27%-
HSV(B)99.13º11.17%80.78%-
XYZ52.158.6453.37-
YUV198.89119.03122.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.93%
GREEN value IS 206 (80.86% from 255) = 35.52%
BLUE value IS 183 (71.88% from 255) = 31.55%
R=32.93%
G=35.52%
B=31.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912061830.0700.110.1999.1319.0176.27
HexBFCEB770B1363134c
Octal27731626770132314323114
Binary10111111110011101011011111101011100111100011100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCEB7; }

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

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

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

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

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

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

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

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