Html Css Color HEX #B1A4BF Chatelle

📋 copy color: '#B1A4BF'

red 177 ◦ green 164 ◦ blue 191

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

Shades of Chatelle #B1A4BF

Tints of Chatelle #B1A4BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.9%

R = 33.27%
G = 30.83%
B = 35.9%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B1A4BF (or 0xB1A4BF) is known color: Chatelle. HEX triplet: B1, A4 and BF. RGB value is (177,164,191). Sum of RGB (Red+Green+Blue) = 177+164+191=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 191 - color contains mainly: blue. Hex color #B1A4BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A4BF is #4E5B40. Grayscale: #AAAAAA. Windows color (decimal): -5135169 or 12559537. OLE color: 12559537.

HSL color Cylindrical-coordinate representation of color #B1A4BF: hue angle of 268.89º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1A4BF is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 164 191 -
CMYK 0.07 0.14 0 0.25
HSL 268.89º 0.17% 0.7% -
HSV(B) 268.89º 0.14% 0.75% -
XYZ 40.81 39.66 54.79 -
YUV 170.97 139.31 132.3 -
System Red Green Blue C M Y K H S L
Decimal 177 164 191 0.07 0.14 0 0.25 268.89 0.17 0.7
Hex B1 A4 BF 7 E 0 19 10D 11 46
Octal 261 244 277 7 16 0 31 415 21 106
Binary 10110001 10100100 10111111 111 1110 0 11001 100001101 10001 1000110

Color Harmonies of #B1A4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A4BF

Black with #B1A4BF

Text Example


Text Example

White with #B1A4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A4BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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