#BDBBB6

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

Shades of Cotton Seed #BDBBB6

Tints of Cotton Seed #BDBBB6

Color information

#BDBBB6 (or 0xBDBBB6) is unknown color: approx Cotton Seed. HEX triplet: BD, BB and B6. RGB value is (189,187,182). Sum of RGB (Red+Green+Blue) = 189+187+182=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 182 (71.48% from 255 or 32.62% from 558); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBB6 is #424449. Grayscale: #BBBBBB. Windows color (decimal): -4342858 or 11975613. OLE color: 11975613.

HSL color Cylindrical-coordinate representation of color #BDBBB6: hue angle of 42.86º 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 #BDBBB6 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB189187182-
CMYK00.010.040.26
HSL42.86º5.04%72.75%-
HSV(B)42.86º3.7%74.12%-
XYZ47.249.7451.37-
YUV187.03125.16129.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.87%
GREEN value IS 187 (73.44% from 255) = 33.51%
BLUE value IS 182 (71.48% from 255) = 32.62%
R=33.87%
G=33.51%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918718200.010.040.2642.865.0472.75
HexBDBBB60141A2b549
Octal27527326601432535111
Binary10111101101110111011011001100110101010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBBB6; }

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

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

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

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

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

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

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

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