Html Css Color HEX #BCB0A8 Tide

📋 copy color: '#BCB0A8'

red 188 ◦ green 176 ◦ blue 168

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

Shades of Tide #BCB0A8

Tints of Tide #BCB0A8

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.08%

 BLUE value IS 168 (66.02% from 255) = 31.58%

R = 35.34%
G = 33.08%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BCB0A8 (or 0xBCB0A8) is known color: Tide. HEX triplet: BC, B0 and A8. RGB value is (188,176,168). Sum of RGB (Red+Green+Blue) = 188+176+168=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB0A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB0A8 is #434F57. Grayscale: #B2B2B2. Windows color (decimal): -4411224 or 11055292. OLE color: 11055292.

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

Color convert

RGB 188 176 168 -
CMYK 0 0.06 0.11 0.26
HSL 24º 0.13% 0.7% -
HSV(B) 24º 0.11% 0.74% -
XYZ 43.33 44.57 43.36 -
YUV 178.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 188 176 168 0 0.06 0.11 0.26 24 0.13 0.7
Hex BC B0 A8 0 6 B 1A 18 D 46
Octal 274 260 250 0 6 13 32 30 15 106
Binary 10111100 10110000 10101000 0 110 1011 11010 11000 1101 1000110

Color Harmonies of #BCB0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB0A8

Black with #BCB0A8

Text Example


Text Example

White with #BCB0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB0A8; }

 p { color: rgb(188,176,168); }

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

background-color css

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

 a { background-color: rgb(188,176,168); }

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

border-color css

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

 span { border-color: rgb(188,176,168); }

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