Html Css Color HEX #BCBBB8 Cotton Seed

📋 copy color: '#BCBBB8'

red 188 ◦ green 187 ◦ blue 184

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

Shades of Cotton Seed #BCBBB8

Tints of Cotton Seed #BCBBB8

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.45%

 BLUE value IS 184 (72.27% from 255) = 32.92%

R = 33.63%
G = 33.45%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BCBBB8 (or 0xBCBBB8) is known color: Cotton Seed. HEX triplet: BC, BB and B8. RGB value is (188,187,184). Sum of RGB (Red+Green+Blue) = 188+187+184=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 184 (72.27% from 255 or 32.92% from 559); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBB8 is #434447. Grayscale: #BABABA. Windows color (decimal): -4408392 or 12106684. OLE color: 12106684.

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

Color convert

RGB 188 187 184 -
CMYK 0 0.01 0.02 0.26
HSL 45º 0.03% 0.73% -
HSV(B) 45º 0.02% 0.74% -
XYZ 47.16 49.69 52.45 -
YUV 186.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 188 187 184 0 0.01 0.02 0.26 45 0.03 0.73
Hex BC BB B8 0 1 2 1A 2D 3 49
Octal 274 273 270 0 1 2 32 55 3 111
Binary 10111100 10111011 10111000 0 1 10 11010 101101 11 1001001

Color Harmonies of #BCBBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBBB8

Black with #BCBBB8

Text Example


Text Example

White with #BCBBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBBB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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