Html Css Color HEX #B3A4BD Chatelle

📋 copy color: '#B3A4BD'

red 179 ◦ green 164 ◦ blue 189

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

Shades of Chatelle #B3A4BD

Tints of Chatelle #B3A4BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.53%

R = 33.65%
G = 30.83%
B = 35.53%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B3A4BD (or 0xB3A4BD) is known color: Chatelle. HEX triplet: B3, A4 and BD. RGB value is (179,164,189). Sum of RGB (Red+Green+Blue) = 179+164+189=532 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.65% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 189 - color contains mainly: blue. Hex color #B3A4BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A4BD is #4C5B42. Grayscale: #ABABAB. Windows color (decimal): -5004099 or 12428467. OLE color: 12428467.

HSL color Cylindrical-coordinate representation of color #B3A4BD: hue angle of 276º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B3A4BD is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 164 189 -
CMYK 0.05 0.13 0 0.26
HSL 276º 0.16% 0.69% -
HSV(B) 276º 0.13% 0.74% -
XYZ 41.05 39.81 53.66 -
YUV 171.34 137.97 133.47 -
System Red Green Blue C M Y K H S L
Decimal 179 164 189 0.05 0.13 0 0.26 276 0.16 0.69
Hex B3 A4 BD 5 D 0 1A 114 10 45
Octal 263 244 275 5 15 0 32 424 20 105
Binary 10110011 10100100 10111101 101 1101 0 11010 100010100 10000 1000101

Color Harmonies of #B3A4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A4BD

Black with #B3A4BD

Text Example


Text Example

White with #B3A4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A4BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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