Html Css Color HEX #B2A7BF Chatelle

📋 copy color: '#B2A7BF'

red 178 ◦ green 167 ◦ blue 191

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

Shades of Chatelle #B2A7BF

Tints of Chatelle #B2A7BF

RGB

 RED value IS 178 (69.92% from 255) = 33.21%

 GREEN value IS 167 (65.63% from 255) = 31.16%

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

R = 33.21%
G = 31.16%
B = 35.63%

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

#B2A7BF (or 0xB2A7BF) is known color: Chatelle. HEX triplet: B2, A7 and BF. RGB value is (178,167,191). Sum of RGB (Red+Green+Blue) = 178+167+191=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 167 (65.62% from 255 or 31.16% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 191 - color contains mainly: blue. Hex color #B2A7BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A7BF is #4D5840. Grayscale: #ACACAC. Windows color (decimal): -5068865 or 12560306. OLE color: 12560306.

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

Color convert

RGB 178 167 191 -
CMYK 0.07 0.13 0 0.25
HSL 267.5º 0.16% 0.7% -
HSV(B) 267.5º 0.13% 0.75% -
XYZ 41.58 40.86 54.99 -
YUV 173.03 138.14 131.55 -
System Red Green Blue C M Y K H S L
Decimal 178 167 191 0.07 0.13 0 0.25 267.5 0.16 0.7
Hex B2 A7 BF 7 D 0 19 10C 10 46
Octal 262 247 277 7 15 0 31 414 20 106
Binary 10110010 10100111 10111111 111 1101 0 11001 100001100 10000 1000110

Color Harmonies of #B2A7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A7BF

Black with #B2A7BF

Text Example


Text Example

White with #B2A7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A7BF; }

 p { color: rgb(178,167,191); }

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

background-color css

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

 a { background-color: rgb(178,167,191); }

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

border-color css

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

 span { border-color: rgb(178,167,191); }

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