Html Css Color HEX #B1AABA Chatelle

📋 copy color: '#B1AABA'

red 177 ◦ green 170 ◦ blue 186

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

Shades of Chatelle #B1AABA

Tints of Chatelle #B1AABA

RGB

 RED value IS 177 (69.53% from 255) = 33.21%

 GREEN value IS 170 (66.8% from 255) = 31.89%

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

R = 33.21%
G = 31.89%
B = 34.9%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B1AABA (or 0xB1AABA) is known color: Chatelle. HEX triplet: B1, AA and BA. RGB value is (177,170,186). Sum of RGB (Red+Green+Blue) = 177+170+186=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 186 - color contains mainly: blue. Hex color #B1AABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AABA is #4E5545. Grayscale: #ADADAD. Windows color (decimal): -5133638 or 12233393. OLE color: 12233393.

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

Color convert

RGB 177 170 186 -
CMYK 0.05 0.09 0 0.27
HSL 266.25º 0.1% 0.7% -
HSV(B) 266.25º 0.09% 0.73% -
XYZ 41.37 41.64 52.31 -
YUV 173.92 134.82 130.2 -
System Red Green Blue C M Y K H S L
Decimal 177 170 186 0.05 0.09 0 0.27 266.25 0.1 0.7
Hex B1 AA BA 5 9 0 1B 10A A 46
Octal 261 252 272 5 11 0 33 412 12 106
Binary 10110001 10101010 10111010 101 1001 0 11011 100001010 1010 1000110

Color Harmonies of #B1AABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AABA

Black with #B1AABA

Text Example


Text Example

White with #B1AABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AABA; }

 p { color: rgb(177,170,186); }

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

background-color css

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

 a { background-color: rgb(177,170,186); }

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

border-color css

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

 span { border-color: rgb(177,170,186); }

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