#BFBCB8

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

Shades of Cloud #BFBCB8

Tints of Cloud #BFBCB8

Color information

#BFBCB8 (or 0xBFBCB8) is unknown color: approx Cloud. HEX triplet: BF, BC and B8. RGB value is (191,188,184). Sum of RGB (Red+Green+Blue) = 191+188+184=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 184 (72.27% from 255 or 32.68% from 563); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCB8 is #404347. Grayscale: #BCBCBC. Windows color (decimal): -4211528 or 12106943. OLE color: 12106943.

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

Color convert

RGB191188184-
CMYK00.020.040.25
HSL34.29º5.19%73.53%-
HSV(B)34.29º3.66%74.9%-
XYZ48.1250.552.56-
YUV188.44125.49129.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.93%
GREEN value IS 188 (73.83% from 255) = 33.39%
BLUE value IS 184 (72.27% from 255) = 32.68%
R=33.93%
G=33.39%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118818400.020.040.2534.295.1973.53
HexBFBCB8024192254a
Octal27727427002431425112
Binary101111111011110010111000010100110011000101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCB8; }

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

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

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

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

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

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

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

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