Html Css Color HEX #B3A0BB Chatelle

📋 copy color: '#B3A0BB'

red 179 ◦ green 160 ◦ blue 187

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

Shades of Chatelle #B3A0BB

Tints of Chatelle #B3A0BB

RGB

 RED value IS 179 (70.31% from 255) = 34.03%

 GREEN value IS 160 (62.89% from 255) = 30.42%

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

R = 34.03%
G = 30.42%
B = 35.55%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B3A0BB (or 0xB3A0BB) is known color: Chatelle. HEX triplet: B3, A0 and BB. RGB value is (179,160,187). Sum of RGB (Red+Green+Blue) = 179+160+187=526 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.03% from 526); Green value is 160 (62.89% from 255 or 30.42% 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 #B3A0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A0BB is #4C5F44. Grayscale: #A8A8A8. Windows color (decimal): -5005125 or 12296371. OLE color: 12296371.

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

Color convert

RGB 179 160 187 -
CMYK 0.04 0.14 0 0.27
HSL 282.22º 0.17% 0.68% -
HSV(B) 282.22º 0.14% 0.73% -
XYZ 40.13 38.31 52.29 -
YUV 168.76 138.29 135.3 -
System Red Green Blue C M Y K H S L
Decimal 179 160 187 0.04 0.14 0 0.27 282.22 0.17 0.68
Hex B3 A0 BB 4 E 0 1B 11A 11 44
Octal 263 240 273 4 16 0 33 432 21 104
Binary 10110011 10100000 10111011 100 1110 0 11011 100011010 10001 1000100

Color Harmonies of #B3A0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A0BB

Black with #B3A0BB

Text Example


Text Example

White with #B3A0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A0BB; }

 p { color: rgb(179,160,187); }

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

background-color css

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

 a { background-color: rgb(179,160,187); }

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

border-color css

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

 span { border-color: rgb(179,160,187); }

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