Html Css Color HEX #BCB6AB Cotton Seed

📋 copy color: '#BCB6AB'

red 188 ◦ green 182 ◦ blue 171

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

Shades of Cotton Seed #BCB6AB

Tints of Cotton Seed #BCB6AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.61%

R = 34.75%
G = 33.64%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BCB6AB (or 0xBCB6AB) is known color: Cotton Seed. HEX triplet: BC, B6 and AB. RGB value is (188,182,171). Sum of RGB (Red+Green+Blue) = 188+182+171=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 182 (71.48% from 255 or 33.64% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB6AB is #434954. Grayscale: #B6B6B6. Windows color (decimal): -4409685 or 11253436. OLE color: 11253436.

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

Color convert

RGB 188 182 171 -
CMYK 0 0.03 0.09 0.26
HSL 38.82º 0.11% 0.7% -
HSV(B) 38.82º 0.09% 0.74% -
XYZ 44.82 47.09 45.25 -
YUV 182.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 188 182 171 0 0.03 0.09 0.26 38.82 0.11 0.7
Hex BC B6 AB 0 3 9 1A 27 B 46
Octal 274 266 253 0 3 11 32 47 13 106
Binary 10111100 10110110 10101011 0 11 1001 11010 100111 1011 1000110

Color Harmonies of #BCB6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB6AB

Black with #BCB6AB

Text Example


Text Example

White with #BCB6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB6AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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