Html Css Color HEX #BCBAB6 Cotton Seed

📋 copy color: '#BCBAB6'

red 188 ◦ green 186 ◦ blue 182

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

Shades of Cotton Seed #BCBAB6

Tints of Cotton Seed #BCBAB6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.45%

 BLUE value IS 182 (71.48% from 255) = 32.73%

R = 33.81%
G = 33.45%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BCBAB6 (or 0xBCBAB6) is known color: Cotton Seed. HEX triplet: BC, BA and B6. RGB value is (188,186,182). Sum of RGB (Red+Green+Blue) = 188+186+182=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 182 (71.48% from 255 or 32.73% from 556); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBAB6 is #434549. Grayscale: #BABABA. Windows color (decimal): -4408650 or 11975356. OLE color: 11975356.

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

Color convert

RGB 188 186 182 -
CMYK 0 0.01 0.03 0.26
HSL 40º 0.04% 0.73% -
HSV(B) 40º 0.03% 0.74% -
XYZ 46.74 49.19 51.29 -
YUV 186.14 125.66 129.33 -
System Red Green Blue C M Y K H S L
Decimal 188 186 182 0 0.01 0.03 0.26 40 0.04 0.73
Hex BC BA B6 0 1 3 1A 28 4 49
Octal 274 272 266 0 1 3 32 50 4 111
Binary 10111100 10111010 10110110 0 1 11 11010 101000 100 1001001

Color Harmonies of #BCBAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBAB6

Black with #BCBAB6

Text Example


Text Example

White with #BCBAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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