Html Css Color HEX #BCBBA4 Mist Grey

📋 copy color: '#BCBBA4'

red 188 ◦ green 187 ◦ blue 164

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

Shades of Mist Grey #BCBBA4

Tints of Mist Grey #BCBBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 30.43%

R = 34.88%
G = 34.69%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BCBBA4 (or 0xBCBBA4) is known color: Mist Grey. HEX triplet: BC, BB and A4. RGB value is (188,187,164). Sum of RGB (Red+Green+Blue) = 188+187+164=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 164 (64.45% from 255 or 30.43% from 539); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBBA4 is #43445B. Grayscale: #B8B8B8. Windows color (decimal): -4408412 or 10795964. OLE color: 10795964.

HSL color Cylindrical-coordinate representation of color #BCBBA4: hue angle of 57.5º degrees, saturation: 0.15, 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 #BCBBA4 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 187 164 -
CMYK 0 0.01 0.13 0.26
HSL 57.5º 0.15% 0.69% -
HSV(B) 57.5º 0.13% 0.74% -
XYZ 45.21 48.91 42.18 -
YUV 184.68 116.33 130.37 -
System Red Green Blue C M Y K H S L
Decimal 188 187 164 0 0.01 0.13 0.26 57.5 0.15 0.69
Hex BC BB A4 0 1 D 1A 3A F 45
Octal 274 273 244 0 1 15 32 72 17 105
Binary 10111100 10111011 10100100 0 1 1101 11010 111010 1111 1000101

Color Harmonies of #BCBBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBBA4

Black with #BCBBA4

Text Example


Text Example

White with #BCBBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBBA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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