#BFCEBD

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

Shades of Surf Crest #BFCEBD

Tints of Surf Crest #BFCEBD

Color information

#BFCEBD (or 0xBFCEBD) is unknown color: approx Surf Crest. HEX triplet: BF, CE and BD. RGB value is (191,206,189). Sum of RGB (Red+Green+Blue) = 191+206+189=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCEBD is #403142. Grayscale: #C7C7C7. Windows color (decimal): -4206915 or 12439231. OLE color: 12439231.

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

Color convert

RGB191206189-
CMYK0.0700.080.19
HSL112.94º14.78%77.45%-
HSV(B)112.94º8.25%80.78%-
XYZ52.7458.8956.73-
YUV199.58122.03121.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.59%
GREEN value IS 206 (80.86% from 255) = 35.15%
BLUE value IS 189 (74.22% from 255) = 32.25%
R=32.59%
G=35.15%
B=32.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912061890.0700.080.19112.9414.7877.45
HexBFCEBD7081371f4d
Octal27731627570102316117115
Binary1011111111001110101111011110100010011111000111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCEBD; }

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

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

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

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

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

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

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

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