Html Css Color HEX #BCB2A3 Tea

📋 copy color: '#BCB2A3'

red 188 ◦ green 178 ◦ blue 163

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

Shades of Tea #BCB2A3

Tints of Tea #BCB2A3

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.65%

 BLUE value IS 163 (64.06% from 255) = 30.81%

R = 35.54%
G = 33.65%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BCB2A3 (or 0xBCB2A3) is known color: Tea. HEX triplet: BC, B2 and A3. RGB value is (188,178,163). Sum of RGB (Red+Green+Blue) = 188+178+163=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 163 (64.06% from 255 or 30.81% from 529); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB2A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB2A3 is #434D5C. Grayscale: #B3B3B3. Windows color (decimal): -4410717 or 10728124. OLE color: 10728124.

HSL color Cylindrical-coordinate representation of color #BCB2A3: hue angle of 36º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCB2A3 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 178 163 -
CMYK 0 0.05 0.13 0.26
HSL 36º 0.16% 0.69% -
HSV(B) 36º 0.13% 0.74% -
XYZ 43.27 45.18 41.09 -
YUV 179.28 118.81 134.22 -
System Red Green Blue C M Y K H S L
Decimal 188 178 163 0 0.05 0.13 0.26 36 0.16 0.69
Hex BC B2 A3 0 5 D 1A 24 10 45
Octal 274 262 243 0 5 15 32 44 20 105
Binary 10111100 10110010 10100011 0 101 1101 11010 100100 10000 1000101

Color Harmonies of #BCB2A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB2A3

Black with #BCB2A3

Text Example


Text Example

White with #BCB2A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB2A3; }

 p { color: rgb(188,178,163); }

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

background-color css

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

 a { background-color: rgb(188,178,163); }

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

border-color css

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

 span { border-color: rgb(188,178,163); }

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