Html Css Color HEX #B1A4BC Chatelle

📋 copy color: '#B1A4BC'

red 177 ◦ green 164 ◦ blue 188

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

Shades of Chatelle #B1A4BC

Tints of Chatelle #B1A4BC

RGB

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

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

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

R = 33.46%
G = 31%
B = 35.54%

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

#B1A4BC (or 0xB1A4BC) is known color: Chatelle. HEX triplet: B1, A4 and BC. RGB value is (177,164,188). Sum of RGB (Red+Green+Blue) = 177+164+188=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 164 (64.45% from 255 or 31.00% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 188 - color contains mainly: blue. Hex color #B1A4BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A4BC is #4E5B43. Grayscale: #AAAAAA. Windows color (decimal): -5135172 or 12362929. OLE color: 12362929.

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

Color convert

RGB 177 164 188 -
CMYK 0.06 0.13 0 0.26
HSL 272.5º 0.15% 0.69% -
HSV(B) 272.5º 0.13% 0.74% -
XYZ 40.48 39.53 53.07 -
YUV 170.62 137.81 132.55 -
System Red Green Blue C M Y K H S L
Decimal 177 164 188 0.06 0.13 0 0.26 272.5 0.15 0.69
Hex B1 A4 BC 6 D 0 1A 110 F 45
Octal 261 244 274 6 15 0 32 420 17 105
Binary 10110001 10100100 10111100 110 1101 0 11010 100010000 1111 1000101

Color Harmonies of #B1A4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A4BC

Black with #B1A4BC

Text Example


Text Example

White with #B1A4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A4BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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