#BDBAB3

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

Shades of Cotton Seed #BDBAB3

Tints of Cotton Seed #BDBAB3

Color information

#BDBAB3 (or 0xBDBAB3) is unknown color: approx Cotton Seed. HEX triplet: BD, BA and B3. RGB value is (189,186,179). Sum of RGB (Red+Green+Blue) = 189+186+179=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBAB3 is #42454C. Grayscale: #BABABA. Windows color (decimal): -4343117 or 11778749. OLE color: 11778749.

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

Color convert

RGB189186179-
CMYK00.020.050.26
HSL42º7.04%72.16%-
HSV(B)42º5.29%74.12%-
XYZ46.6849.1949.68-
YUV186.1123.99130.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.12%
GREEN value IS 186 (73.05% from 255) = 33.57%
BLUE value IS 179 (70.31% from 255) = 32.31%
R=34.12%
G=33.57%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918617900.020.050.26427.0472.16
HexBDBAB30251A2a748
Octal27527226302532527110
Binary101111011011101010110011010101110101010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBAB3; }

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

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

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

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

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

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

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

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