Html Css Color HEX #BCB7AB Cotton Seed

📋 copy color: '#BCB7AB'

red 188 ◦ green 183 ◦ blue 171

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

Shades of Cotton Seed #BCB7AB

Tints of Cotton Seed #BCB7AB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.76%

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

R = 34.69%
G = 33.76%
B = 31.55%

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

#BCB7AB (or 0xBCB7AB) is known color: Cotton Seed. HEX triplet: BC, B7 and AB. RGB value is (188,183,171). Sum of RGB (Red+Green+Blue) = 188+183+171=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 183 (71.88% from 255 or 33.76% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB7AB is #434854. Grayscale: #B7B7B7. Windows color (decimal): -4409429 or 11253692. OLE color: 11253692.

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

Color convert

RGB 188 183 171 -
CMYK 0 0.03 0.09 0.26
HSL 42.35º 0.11% 0.7% -
HSV(B) 42.35º 0.09% 0.74% -
XYZ 45.02 47.5 45.32 -
YUV 183.13 121.16 131.48 -
System Red Green Blue C M Y K H S L
Decimal 188 183 171 0 0.03 0.09 0.26 42.35 0.11 0.7
Hex BC B7 AB 0 3 9 1A 2A B 46
Octal 274 267 253 0 3 11 32 52 13 106
Binary 10111100 10110111 10101011 0 11 1001 11010 101010 1011 1000110

Color Harmonies of #BCB7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB7AB

Black with #BCB7AB

Text Example


Text Example

White with #BCB7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB7AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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