Html Css Color HEX #BCB7AF Cotton Seed

📋 copy color: '#BCB7AF'

red 188 ◦ green 183 ◦ blue 175

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

Shades of Cotton Seed #BCB7AF

Tints of Cotton Seed #BCB7AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.05%

R = 34.43%
G = 33.52%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BCB7AF (or 0xBCB7AF) is known color: Cotton Seed. HEX triplet: BC, B7 and AF. RGB value is (188,183,175). Sum of RGB (Red+Green+Blue) = 188+183+175=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 183 (71.88% from 255 or 33.52% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB7AF is #434850. Grayscale: #B7B7B7. Windows color (decimal): -4409425 or 11515836. OLE color: 11515836.

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

Color convert

RGB 188 183 175 -
CMYK 0 0.03 0.07 0.26
HSL 36.92º 0.09% 0.71% -
HSV(B) 36.92º 0.07% 0.74% -
XYZ 45.41 47.65 47.36 -
YUV 183.58 123.16 131.15 -
System Red Green Blue C M Y K H S L
Decimal 188 183 175 0 0.03 0.07 0.26 36.92 0.09 0.71
Hex BC B7 AF 0 3 7 1A 25 9 47
Octal 274 267 257 0 3 7 32 45 11 107
Binary 10111100 10110111 10101111 0 11 111 11010 100101 1001 1000111

Color Harmonies of #BCB7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB7AF

Black with #BCB7AF

Text Example


Text Example

White with #BCB7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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