Html Css Color HEX #B2A3BA Chatelle

📋 copy color: '#B2A3BA'

red 178 ◦ green 163 ◦ blue 186

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

Shades of Chatelle #B2A3BA

Tints of Chatelle #B2A3BA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.93%

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

R = 33.78%
G = 30.93%
B = 35.29%

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

#B2A3BA (or 0xB2A3BA) is known color: Chatelle. HEX triplet: B2, A3 and BA. RGB value is (178,163,186). Sum of RGB (Red+Green+Blue) = 178+163+186=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 163 (64.06% from 255 or 30.93% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 186 - color contains mainly: blue. Hex color #B2A3BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A3BA is #4D5C45. Grayscale: #AAAAAA. Windows color (decimal): -5069894 or 12231602. OLE color: 12231602.

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

Color convert

RGB 178 163 186 -
CMYK 0.04 0.12 0 0.27
HSL 279.13º 0.14% 0.68% -
HSV(B) 279.13º 0.12% 0.73% -
XYZ 40.32 39.2 51.9 -
YUV 170.11 136.97 133.63 -
System Red Green Blue C M Y K H S L
Decimal 178 163 186 0.04 0.12 0 0.27 279.13 0.14 0.68
Hex B2 A3 BA 4 C 0 1B 117 E 44
Octal 262 243 272 4 14 0 33 427 16 104
Binary 10110010 10100011 10111010 100 1100 0 11011 100010111 1110 1000100

Color Harmonies of #B2A3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A3BA

Black with #B2A3BA

Text Example


Text Example

White with #B2A3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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