Html Css Color HEX #B4A3BC Chatelle

📋 copy color: '#B4A3BC'

red 180 ◦ green 163 ◦ blue 188

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

Shades of Chatelle #B4A3BC

Tints of Chatelle #B4A3BC

RGB

 RED value IS 180 (70.7% from 255) = 33.9%

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

 BLUE value IS 188 (73.83% from 255) = 35.4%

R = 33.9%
G = 30.7%
B = 35.4%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B4A3BC (or 0xB4A3BC) is known color: Chatelle. HEX triplet: B4, A3 and BC. RGB value is (180,163,188). Sum of RGB (Red+Green+Blue) = 180+163+188=531 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.90% from 531); Green value is 163 (64.06% from 255 or 30.70% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 188 - color contains mainly: blue. Hex color #B4A3BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A3BC is #4B5C43. Grayscale: #AAAAAA. Windows color (decimal): -4938820 or 12362676. OLE color: 12362676.

HSL color Cylindrical-coordinate representation of color #B4A3BC: hue angle of 280.8º 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 #B4A3BC is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 163 188 -
CMYK 0.04 0.13 0 0.26
HSL 280.8º 0.16% 0.69% -
HSV(B) 280.8º 0.13% 0.74% -
XYZ 41 39.53 53.05 -
YUV 170.93 137.63 134.47 -
System Red Green Blue C M Y K H S L
Decimal 180 163 188 0.04 0.13 0 0.26 280.8 0.16 0.69
Hex B4 A3 BC 4 D 0 1A 119 10 45
Octal 264 243 274 4 15 0 32 431 20 105
Binary 10110100 10100011 10111100 100 1101 0 11010 100011001 10000 1000101

Color Harmonies of #B4A3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A3BC

Black with #B4A3BC

Text Example


Text Example

White with #B4A3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A3BC; }

 p { color: rgb(180,163,188); }

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

background-color css

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

 a { background-color: rgb(180,163,188); }

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

border-color css

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

 span { border-color: rgb(180,163,188); }

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