Html Css Color HEX #B1A3BC Chatelle

📋 copy color: '#B1A3BC'

red 177 ◦ green 163 ◦ blue 188

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

Shades of Chatelle #B1A3BC

Tints of Chatelle #B1A3BC

RGB

 RED value IS 177 (69.53% from 255) = 33.52%

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

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

R = 33.52%
G = 30.87%
B = 35.61%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B1A3BC (or 0xB1A3BC) is known color: Chatelle. HEX triplet: B1, A3 and BC. RGB value is (177,163,188). Sum of RGB (Red+Green+Blue) = 177+163+188=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 163 (64.06% from 255 or 30.87% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 188 - color contains mainly: blue. Hex color #B1A3BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A3BC is #4E5C43. Grayscale: #A9A9A9. Windows color (decimal): -5135428 or 12362673. OLE color: 12362673.

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

Color convert

RGB 177 163 188 -
CMYK 0.06 0.13 0 0.26
HSL 273.6º 0.16% 0.69% -
HSV(B) 273.6º 0.13% 0.74% -
XYZ 40.31 39.17 53.01 -
YUV 170.04 138.14 132.97 -
System Red Green Blue C M Y K H S L
Decimal 177 163 188 0.06 0.13 0 0.26 273.6 0.16 0.69
Hex B1 A3 BC 6 D 0 1A 112 10 45
Octal 261 243 274 6 15 0 32 422 20 105
Binary 10110001 10100011 10111100 110 1101 0 11010 100010010 10000 1000101

Color Harmonies of #B1A3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A3BC

Black with #B1A3BC

Text Example


Text Example

White with #B1A3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A3BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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