Html Css Color HEX #BCB8AF Cotton Seed

📋 copy color: '#BCB8AF'

red 188 ◦ green 184 ◦ blue 175

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

Shades of Cotton Seed #BCB8AF

Tints of Cotton Seed #BCB8AF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.64%

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

R = 34.37%
G = 33.64%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BCB8AF (or 0xBCB8AF) is known color: Cotton Seed. HEX triplet: BC, B8 and AF. RGB value is (188,184,175). Sum of RGB (Red+Green+Blue) = 188+184+175=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 184 (72.27% from 255 or 33.64% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB8AF is #434750. Grayscale: #B8B8B8. Windows color (decimal): -4409169 or 11516092. OLE color: 11516092.

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

Color convert

RGB 188 184 175 -
CMYK 0 0.02 0.07 0.26
HSL 41.54º 0.09% 0.71% -
HSV(B) 41.54º 0.07% 0.74% -
XYZ 45.62 48.07 47.43 -
YUV 184.17 122.83 130.73 -
System Red Green Blue C M Y K H S L
Decimal 188 184 175 0 0.02 0.07 0.26 41.54 0.09 0.71
Hex BC B8 AF 0 2 7 1A 2A 9 47
Octal 274 270 257 0 2 7 32 52 11 107
Binary 10111100 10111000 10101111 0 10 111 11010 101010 1001 1000111

Color Harmonies of #BCB8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB8AF

Black with #BCB8AF

Text Example


Text Example

White with #BCB8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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