Html Css Color HEX #B2A8BA Chatelle

📋 copy color: '#B2A8BA'

red 178 ◦ green 168 ◦ blue 186

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

Shades of Chatelle #B2A8BA

Tints of Chatelle #B2A8BA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.58%

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

R = 33.46%
G = 31.58%
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

#B2A8BA (or 0xB2A8BA) is known color: Chatelle. HEX triplet: B2, A8 and BA. RGB value is (178,168,186). Sum of RGB (Red+Green+Blue) = 178+168+186=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 168 (66.02% from 255 or 31.58% 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 #B2A8BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A8BA is #4D5745. Grayscale: #ACACAC. Windows color (decimal): -5068614 or 12232882. OLE color: 12232882.

HSL color Cylindrical-coordinate representation of color #B2A8BA: hue angle of 273.33º 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 #B2A8BA is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 168 186 -
CMYK 0.04 0.10 0 0.27
HSL 273.33º 0.12% 0.69% -
HSV(B) 273.33º 0.1% 0.73% -
XYZ 41.23 41.02 52.2 -
YUV 173.04 135.31 131.54 -
System Red Green Blue C M Y K H S L
Decimal 178 168 186 0.04 0.10 0 0.27 273.33 0.12 0.69
Hex B2 A8 BA 4 A 0 1B 111 C 45
Octal 262 250 272 4 12 0 33 421 14 105
Binary 10110010 10101000 10111010 100 1010 0 11011 100010001 1100 1000101

Color Harmonies of #B2A8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A8BA

Black with #B2A8BA

Text Example


Text Example

White with #B2A8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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