Html Css Color HEX #B2A3BF Chatelle

📋 copy color: '#B2A3BF'

red 178 ◦ green 163 ◦ blue 191

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

Shades of Chatelle #B2A3BF

Tints of Chatelle #B2A3BF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.64%

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

R = 33.46%
G = 30.64%
B = 35.9%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B2A3BF (or 0xB2A3BF) is known color: Chatelle. HEX triplet: B2, A3 and BF. RGB value is (178,163,191). Sum of RGB (Red+Green+Blue) = 178+163+191=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 163 (64.06% from 255 or 30.64% 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 #B2A3BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A3BF is #4D5C40. Grayscale: #AAAAAA. Windows color (decimal): -5069889 or 12559282. OLE color: 12559282.

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

Color convert

RGB 178 163 191 -
CMYK 0.07 0.15 0 0.25
HSL 272.14º 0.18% 0.69% -
HSV(B) 272.14º 0.15% 0.75% -
XYZ 40.86 39.42 54.75 -
YUV 170.68 139.47 133.22 -
System Red Green Blue C M Y K H S L
Decimal 178 163 191 0.07 0.15 0 0.25 272.14 0.18 0.69
Hex B2 A3 BF 7 F 0 19 110 12 45
Octal 262 243 277 7 17 0 31 420 22 105
Binary 10110010 10100011 10111111 111 1111 0 11001 100010000 10010 1000101

Color Harmonies of #B2A3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A3BF

Black with #B2A3BF

Text Example


Text Example

White with #B2A3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A3BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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