Html Css Color HEX #B3A4C1 Chatelle

📋 copy color: '#B3A4C1'

red 179 ◦ green 164 ◦ blue 193

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

Shades of Chatelle #B3A4C1

Tints of Chatelle #B3A4C1

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.6%

 BLUE value IS 193 (75.78% from 255) = 36.01%

R = 33.4%
G = 30.6%
B = 36.01%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B3A4C1 (or 0xB3A4C1) is known color: Chatelle. HEX triplet: B3, A4 and C1. RGB value is (179,164,193). Sum of RGB (Red+Green+Blue) = 179+164+193=536 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.40% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 193 - color contains mainly: blue. Hex color #B3A4C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A4C1 is #4C5B3E. Grayscale: #ABABAB. Windows color (decimal): -5004095 or 12690611. OLE color: 12690611.

HSL color Cylindrical-coordinate representation of color #B3A4C1: hue angle of 271.03º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B3A4C1 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 179 164 193 -
CMYK 0.07 0.15 0 0.24
HSL 271.03º 0.19% 0.7% -
HSV(B) 271.03º 0.15% 0.76% -
XYZ 41.49 39.98 55.98 -
YUV 171.79 139.97 133.14 -
System Red Green Blue C M Y K H S L
Decimal 179 164 193 0.07 0.15 0 0.24 271.03 0.19 0.7
Hex B3 A4 C1 7 F 0 18 10F 13 46
Octal 263 244 301 7 17 0 30 417 23 106
Binary 10110011 10100100 11000001 111 1111 0 11000 100001111 10011 1000110

Color Harmonies of #B3A4C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A4C1

Black with #B3A4C1

Text Example


Text Example

White with #B3A4C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A4C1; }

 p { color: rgb(179,164,193); }

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

background-color css

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

 a { background-color: rgb(179,164,193); }

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

border-color css

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

 span { border-color: rgb(179,164,193); }

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