Html Css Color HEX #BCB8AE Cotton Seed

📋 copy color: '#BCB8AE'

red 188 ◦ green 184 ◦ blue 174

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

Shades of Cotton Seed #BCB8AE

Tints of Cotton Seed #BCB8AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.87%

R = 34.43%
G = 33.7%
B = 31.87%

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

#BCB8AE (or 0xBCB8AE) is known color: Cotton Seed. HEX triplet: BC, B8 and AE. RGB value is (188,184,174). Sum of RGB (Red+Green+Blue) = 188+184+174=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 184 (72.27% from 255 or 33.70% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB8AE is #434751. Grayscale: #B8B8B8. Windows color (decimal): -4409170 or 11450556. OLE color: 11450556.

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

Color convert

RGB 188 184 174 -
CMYK 0 0.02 0.07 0.26
HSL 42.86º 0.09% 0.71% -
HSV(B) 42.86º 0.07% 0.74% -
XYZ 45.52 48.03 46.92 -
YUV 184.06 122.33 130.81 -
System Red Green Blue C M Y K H S L
Decimal 188 184 174 0 0.02 0.07 0.26 42.86 0.09 0.71
Hex BC B8 AE 0 2 7 1A 2B 9 47
Octal 274 270 256 0 2 7 32 53 11 107
Binary 10111100 10111000 10101110 0 10 111 11010 101011 1001 1000111

Color Harmonies of #BCB8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB8AE

Black with #BCB8AE

Text Example


Text Example

White with #BCB8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB8AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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