#BCBAB7

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

Shades of Cloud #BCBAB7

Tints of Cloud #BCBAB7

Color information

#BCBAB7 (or 0xBCBAB7) is unknown color: approx Cloud. HEX triplet: BC, BA and B7. RGB value is (188,186,183). Sum of RGB (Red+Green+Blue) = 188+186+183=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 183 (71.88% from 255 or 32.85% from 557); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBAB7 is #434548. Grayscale: #BABABA. Windows color (decimal): -4408649 or 12040892. OLE color: 12040892.

HSL color Cylindrical-coordinate representation of color #BCBAB7: hue angle of 36º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BCBAB7 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB188186183-
CMYK00.010.030.26
HSL36º3.6%72.75%-
HSV(B)36º2.66%73.73%-
XYZ46.8549.2351.83-
YUV186.26126.16129.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.75%
GREEN value IS 186 (73.05% from 255) = 33.39%
BLUE value IS 183 (71.88% from 255) = 32.85%
R=33.75%
G=33.39%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818618300.010.030.26363.672.75
HexBCBAB70131A24449
Octal27427226701332444111
Binary1011110010111010101101110111110101001001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAB7; }

 p { color: rgb(188,186,183); }

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

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

 a { background-color: rgb(188,186,183); }

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

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

 span { border-color: rgb(188,186,183); }

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