Html Css Color HEX #B1A5BE Chatelle

📋 copy color: '#B1A5BE'

red 177 ◦ green 165 ◦ blue 190

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

Shades of Chatelle #B1A5BE

Tints of Chatelle #B1A5BE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.02%

 BLUE value IS 190 (74.61% from 255) = 35.71%

R = 33.27%
G = 31.02%
B = 35.71%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B1A5BE (or 0xB1A5BE) is known color: Chatelle. HEX triplet: B1, A5 and BE. RGB value is (177,165,190). Sum of RGB (Red+Green+Blue) = 177+165+190=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 165 (64.84% from 255 or 31.02% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 190 - color contains mainly: blue. Hex color #B1A5BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A5BE is #4E5A41. Grayscale: #ABABAB. Windows color (decimal): -5134914 or 12494257. OLE color: 12494257.

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

Color convert

RGB 177 165 190 -
CMYK 0.07 0.13 0 0.25
HSL 268.8º 0.16% 0.7% -
HSV(B) 268.8º 0.13% 0.75% -
XYZ 40.88 39.98 54.28 -
YUV 171.44 138.48 131.97 -
System Red Green Blue C M Y K H S L
Decimal 177 165 190 0.07 0.13 0 0.25 268.8 0.16 0.7
Hex B1 A5 BE 7 D 0 19 10D 10 46
Octal 261 245 276 7 15 0 31 415 20 106
Binary 10110001 10100101 10111110 111 1101 0 11001 100001101 10000 1000110

Color Harmonies of #B1A5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A5BE

Black with #B1A5BE

Text Example


Text Example

White with #B1A5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A5BE; }

 p { color: rgb(177,165,190); }

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

background-color css

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

 a { background-color: rgb(177,165,190); }

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

border-color css

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

 span { border-color: rgb(177,165,190); }

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