#BDBAB6

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

Shades of Cloud #BDBAB6

Tints of Cloud #BDBAB6

Color information

#BDBAB6 (or 0xBDBAB6) is unknown color: approx Cloud. HEX triplet: BD, BA and B6. RGB value is (189,186,182). Sum of RGB (Red+Green+Blue) = 189+186+182=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBAB6 is #424549. Grayscale: #BABABA. Windows color (decimal): -4343114 or 11975357. OLE color: 11975357.

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

Color convert

RGB189186182-
CMYK00.020.040.26
HSL34.29º5.04%72.75%-
HSV(B)34.29º3.7%74.12%-
XYZ46.9949.3151.3-
YUV186.44125.49129.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.93%
GREEN value IS 186 (73.05% from 255) = 33.39%
BLUE value IS 182 (71.48% 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.26
SystemRedGreenBlueCMYKHSL
Decimal18918618200.020.040.2634.295.0472.75
HexBDBAB60241A22549
Octal27527226602432425111
Binary101111011011101010110110010100110101000101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBAB6; }

 p { color: rgb(189,186,182); }

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

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

 a { background-color: rgb(189,186,182); }

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

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

 span { border-color: rgb(189,186,182); }

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