Html Css Color HEX #B4A6BC Chatelle

📋 copy color: '#B4A6BC'

red 180 ◦ green 166 ◦ blue 188

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

Shades of Chatelle #B4A6BC

Tints of Chatelle #B4A6BC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.09%

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

R = 33.71%
G = 31.09%
B = 35.21%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B4A6BC (or 0xB4A6BC) is known color: Chatelle. HEX triplet: B4, A6 and BC. RGB value is (180,166,188). Sum of RGB (Red+Green+Blue) = 180+166+188=534 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.71% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 188 - color contains mainly: blue. Hex color #B4A6BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A6BC is #4B5943. Grayscale: #ACACAC. Windows color (decimal): -4938052 or 12363444. OLE color: 12363444.

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

Color convert

RGB 180 166 188 -
CMYK 0.04 0.12 0 0.26
HSL 278.18º 0.14% 0.69% -
HSV(B) 278.18º 0.12% 0.74% -
XYZ 41.54 40.61 53.23 -
YUV 172.69 136.64 133.21 -
System Red Green Blue C M Y K H S L
Decimal 180 166 188 0.04 0.12 0 0.26 278.18 0.14 0.69
Hex B4 A6 BC 4 C 0 1A 116 E 45
Octal 264 246 274 4 14 0 32 426 16 105
Binary 10110100 10100110 10111100 100 1100 0 11010 100010110 1110 1000101

Color Harmonies of #B4A6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A6BC

Black with #B4A6BC

Text Example


Text Example

White with #B4A6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A6BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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