#BFBCB6

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

Shades of Cloud #BFBCB6

Tints of Cloud #BFBCB6

Color information

#BFBCB6 (or 0xBFBCB6) is unknown color: approx Cloud. HEX triplet: BF, BC and B6. RGB value is (191,188,182). Sum of RGB (Red+Green+Blue) = 191+188+182=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 182 (71.48% from 255 or 32.44% from 561); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCB6 is #404349. Grayscale: #BCBCBC. Windows color (decimal): -4211530 or 11975871. OLE color: 11975871.

HSL color Cylindrical-coordinate representation of color #BFBCB6: hue angle of 40º degrees, saturation: 0.07, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFBCB6 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB191188182-
CMYK00.020.050.25
HSL40º6.57%73.14%-
HSV(B)40º4.71%74.9%-
XYZ47.9150.4251.46-
YUV188.21124.49129.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.05%
GREEN value IS 188 (73.83% from 255) = 33.51%
BLUE value IS 182 (71.48% from 255) = 32.44%
R=34.05%
G=33.51%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118818200.020.050.25406.5773.14
HexBFBCB60251928749
Octal27727426602531507111
Binary101111111011110010110110010101110011010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCB6; }

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

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

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

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

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

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

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

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