Html Css Color HEX #BCB6A9 Cotton Seed

📋 copy color: '#BCB6A9'

red 188 ◦ green 182 ◦ blue 169

#BCB6A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cotton Seed #BCB6A9

Tints of Cotton Seed #BCB6A9

RGB

 RED value IS 188 (73.83% from 255) = 34.88%

 GREEN value IS 182 (71.48% from 255) = 33.77%

 BLUE value IS 169 (66.41% from 255) = 31.35%

R = 34.88%
G = 33.77%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BCB6A9 (or 0xBCB6A9) is known color: Cotton Seed. HEX triplet: BC, B6 and A9. RGB value is (188,182,169). Sum of RGB (Red+Green+Blue) = 188+182+169=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 182 (71.48% from 255 or 33.77% from 539); Blue value is 169 (66.41% from 255 or 31.35% from 539); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB6A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB6A9 is #434956. Grayscale: #B6B6B6. Windows color (decimal): -4409687 or 11122364. OLE color: 11122364.

HSL color Cylindrical-coordinate representation of color #BCB6A9: hue angle of 41.05º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCB6A9 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 182 169 -
CMYK 0 0.03 0.10 0.26
HSL 41.05º 0.12% 0.7% -
HSV(B) 41.05º 0.1% 0.74% -
XYZ 44.63 47.01 44.26 -
YUV 182.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 188 182 169 0 0.03 0.10 0.26 41.05 0.12 0.7
Hex BC B6 A9 0 3 A 1A 29 C 46
Octal 274 266 251 0 3 12 32 51 14 106
Binary 10111100 10110110 10101001 0 11 1010 11010 101001 1100 1000110

Color Harmonies of #BCB6A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB6A9

Black with #BCB6A9

Text Example


Text Example

White with #BCB6A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB6A9; }

 p { color: rgb(188,182,169); }

 H1.HeaderClassName
 {
   color: #BCB6A9;
 }
 .AnyTagClassName
 {
   color: #BCB6A9;
 }
</style>

background-color css

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

 a { background-color: rgb(188,182,169); }

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

border-color css

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

 span { border-color: rgb(188,182,169); }

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