Html Css Color HEX #B3A3C0 Chatelle

📋 copy color: '#B3A3C0'

red 179 ◦ green 163 ◦ blue 192

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

Shades of Chatelle #B3A3C0

Tints of Chatelle #B3A3C0

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.52%

 BLUE value IS 192 (75.39% from 255) = 35.96%

R = 33.52%
G = 30.52%
B = 35.96%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B3A3C0 (or 0xB3A3C0) is known color: Chatelle. HEX triplet: B3, A3 and C0. RGB value is (179,163,192). Sum of RGB (Red+Green+Blue) = 179+163+192=534 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.52% from 534); Green value is 163 (64.06% from 255 or 30.52% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 192 - color contains mainly: blue. Hex color #B3A3C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A3C0 is #4C5C3F. Grayscale: #AAAAAA. Windows color (decimal): -5004352 or 12624819. OLE color: 12624819.

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

Color convert

RGB 179 163 192 -
CMYK 0.07 0.15 0 0.25
HSL 273.1º 0.19% 0.7% -
HSV(B) 273.1º 0.15% 0.75% -
XYZ 41.2 39.58 55.34 -
YUV 171.09 139.8 133.64 -
System Red Green Blue C M Y K H S L
Decimal 179 163 192 0.07 0.15 0 0.25 273.1 0.19 0.7
Hex B3 A3 C0 7 F 0 19 111 13 46
Octal 263 243 300 7 17 0 31 421 23 106
Binary 10110011 10100011 11000000 111 1111 0 11001 100010001 10011 1000110

Color Harmonies of #B3A3C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A3C0

Black with #B3A3C0

Text Example


Text Example

White with #B3A3C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A3C0; }

 p { color: rgb(179,163,192); }

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

background-color css

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

 a { background-color: rgb(179,163,192); }

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

border-color css

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

 span { border-color: rgb(179,163,192); }

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