Html Css Color HEX #B2A1BB Chatelle

📋 copy color: '#B2A1BB'

red 178 ◦ green 161 ◦ blue 187

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

Shades of Chatelle #B2A1BB

Tints of Chatelle #B2A1BB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.61%

 BLUE value IS 187 (73.44% from 255) = 35.55%

R = 33.84%
G = 30.61%
B = 35.55%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B2A1BB (or 0xB2A1BB) is known color: Chatelle. HEX triplet: B2, A1 and BB. RGB value is (178,161,187). Sum of RGB (Red+Green+Blue) = 178+161+187=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 161 (63.28% from 255 or 30.61% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 187 - color contains mainly: blue. Hex color #B2A1BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A1BB is #4D5E44. Grayscale: #A8A8A8. Windows color (decimal): -5070405 or 12296626. OLE color: 12296626.

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

Color convert

RGB 178 161 187 -
CMYK 0.05 0.14 0 0.27
HSL 279.23º 0.16% 0.68% -
HSV(B) 279.23º 0.14% 0.73% -
XYZ 40.07 38.54 52.34 -
YUV 169.05 138.13 134.39 -
System Red Green Blue C M Y K H S L
Decimal 178 161 187 0.05 0.14 0 0.27 279.23 0.16 0.68
Hex B2 A1 BB 5 E 0 1B 117 10 44
Octal 262 241 273 5 16 0 33 427 20 104
Binary 10110010 10100001 10111011 101 1110 0 11011 100010111 10000 1000100

Color Harmonies of #B2A1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A1BB

Black with #B2A1BB

Text Example


Text Example

White with #B2A1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A1BB; }

 p { color: rgb(178,161,187); }

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

background-color css

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

 a { background-color: rgb(178,161,187); }

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

border-color css

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

 span { border-color: rgb(178,161,187); }

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