Html Css Color HEX #B2A4BA Chatelle

📋 copy color: '#B2A4BA'

red 178 ◦ green 164 ◦ blue 186

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

Shades of Chatelle #B2A4BA

Tints of Chatelle #B2A4BA

RGB

 RED value IS 178 (69.92% from 255) = 33.71%

 GREEN value IS 164 (64.45% from 255) = 31.06%

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

R = 33.71%
G = 31.06%
B = 35.23%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B2A4BA (or 0xB2A4BA) is known color: Chatelle. HEX triplet: B2, A4 and BA. RGB value is (178,164,186). Sum of RGB (Red+Green+Blue) = 178+164+186=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 164 (64.45% from 255 or 31.06% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 186 - color contains mainly: blue. Hex color #B2A4BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A4BA is #4D5B45. Grayscale: #AAAAAA. Windows color (decimal): -5069638 or 12231858. OLE color: 12231858.

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

Color convert

RGB 178 164 186 -
CMYK 0.04 0.12 0 0.27
HSL 278.18º 0.14% 0.69% -
HSV(B) 278.18º 0.12% 0.73% -
XYZ 40.5 39.56 51.96 -
YUV 170.69 136.64 133.21 -
System Red Green Blue C M Y K H S L
Decimal 178 164 186 0.04 0.12 0 0.27 278.18 0.14 0.69
Hex B2 A4 BA 4 C 0 1B 116 E 45
Octal 262 244 272 4 14 0 33 426 16 105
Binary 10110010 10100100 10111010 100 1100 0 11011 100010110 1110 1000101

Color Harmonies of #B2A4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A4BA

Black with #B2A4BA

Text Example


Text Example

White with #B2A4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A4BA; }

 p { color: rgb(178,164,186); }

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

background-color css

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

 a { background-color: rgb(178,164,186); }

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

border-color css

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

 span { border-color: rgb(178,164,186); }

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