Html Css Color HEX #BCB5B0 Tide

📋 copy color: '#BCB5B0'

red 188 ◦ green 181 ◦ blue 176

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

Shades of Tide #BCB5B0

Tints of Tide #BCB5B0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.21%

 BLUE value IS 176 (69.14% from 255) = 32.29%

R = 34.5%
G = 33.21%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BCB5B0 (or 0xBCB5B0) is known color: Tide. HEX triplet: BC, B5 and B0. RGB value is (188,181,176). Sum of RGB (Red+Green+Blue) = 188+181+176=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 181 (71.09% from 255 or 33.21% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB5B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB5B0 is #434A4F. Grayscale: #B6B6B6. Windows color (decimal): -4409936 or 11580860. OLE color: 11580860.

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

Color convert

RGB 188 181 176 -
CMYK 0 0.04 0.06 0.26
HSL 25º 0.08% 0.71% -
HSV(B) 25º 0.06% 0.74% -
XYZ 45.1 46.87 47.74 -
YUV 182.52 124.32 131.91 -
System Red Green Blue C M Y K H S L
Decimal 188 181 176 0 0.04 0.06 0.26 25 0.08 0.71
Hex BC B5 B0 0 4 6 1A 19 8 47
Octal 274 265 260 0 4 6 32 31 10 107
Binary 10111100 10110101 10110000 0 100 110 11010 11001 1000 1000111

Color Harmonies of #BCB5B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB5B0

Black with #BCB5B0

Text Example


Text Example

White with #BCB5B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB5B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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