Html Css Color HEX #B3A7BA Chatelle

📋 copy color: '#B3A7BA'

red 179 ◦ green 167 ◦ blue 186

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

Shades of Chatelle #B3A7BA

Tints of Chatelle #B3A7BA

RGB

 RED value IS 179 (70.31% from 255) = 33.65%

 GREEN value IS 167 (65.63% from 255) = 31.39%

 BLUE value IS 186 (73.05% from 255) = 34.96%

R = 33.65%
G = 31.39%
B = 34.96%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B3A7BA (or 0xB3A7BA) is known color: Chatelle. HEX triplet: B3, A7 and BA. RGB value is (179,167,186). Sum of RGB (Red+Green+Blue) = 179+167+186=532 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.65% from 532); Green value is 167 (65.62% from 255 or 31.39% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 186 - color contains mainly: blue. Hex color #B3A7BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A7BA is #4C5845. Grayscale: #ACACAC. Windows color (decimal): -5003334 or 12232627. OLE color: 12232627.

HSL color Cylindrical-coordinate representation of color #B3A7BA: hue angle of 277.89º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B3A7BA is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 167 186 -
CMYK 0.04 0.10 0 0.27
HSL 277.89º 0.12% 0.69% -
HSV(B) 277.89º 0.1% 0.73% -
XYZ 41.27 40.77 52.15 -
YUV 172.75 135.48 132.46 -
System Red Green Blue C M Y K H S L
Decimal 179 167 186 0.04 0.10 0 0.27 277.89 0.12 0.69
Hex B3 A7 BA 4 A 0 1B 116 C 45
Octal 263 247 272 4 12 0 33 426 14 105
Binary 10110011 10100111 10111010 100 1010 0 11011 100010110 1100 1000101

Color Harmonies of #B3A7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A7BA

Black with #B3A7BA

Text Example


Text Example

White with #B3A7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A7BA; }

 p { color: rgb(179,167,186); }

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

background-color css

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

 a { background-color: rgb(179,167,186); }

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

border-color css

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

 span { border-color: rgb(179,167,186); }

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