Html Css Color HEX #B1A4B7 Chatelle

📋 copy color: '#B1A4B7'

red 177 ◦ green 164 ◦ blue 183

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

Shades of Chatelle #B1A4B7

Tints of Chatelle #B1A4B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.92%

R = 33.78%
G = 31.3%
B = 34.92%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B1A4B7 (or 0xB1A4B7) is known color: Chatelle. HEX triplet: B1, A4 and B7. RGB value is (177,164,183). Sum of RGB (Red+Green+Blue) = 177+164+183=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 164 (64.45% from 255 or 31.30% from 524); Blue value is 183 (71.88% from 255 or 34.92% from 524); Max value from RGB is 183 - color contains mainly: blue. Hex color #B1A4B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A4B7 is #4E5B48. Grayscale: #A9A9A9. Windows color (decimal): -5135177 or 12035249. OLE color: 12035249.

HSL color Cylindrical-coordinate representation of color #B1A4B7: hue angle of 281.05º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1A4B7 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 177 164 183 -
CMYK 0.03 0.10 0 0.28
HSL 281.05º 0.12% 0.68% -
HSV(B) 281.05º 0.1% 0.72% -
XYZ 39.95 39.32 50.28 -
YUV 170.05 135.31 132.96 -
System Red Green Blue C M Y K H S L
Decimal 177 164 183 0.03 0.10 0 0.28 281.05 0.12 0.68
Hex B1 A4 B7 3 A 0 1C 119 C 44
Octal 261 244 267 3 12 0 34 431 14 104
Binary 10110001 10100100 10110111 11 1010 0 11100 100011001 1100 1000100

Color Harmonies of #B1A4B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A4B7

Black with #B1A4B7

Text Example


Text Example

White with #B1A4B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A4B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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