Html Css Color HEX #B2A7BC Chatelle

📋 copy color: '#B2A7BC'

red 178 ◦ green 167 ◦ blue 188

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

Shades of Chatelle #B2A7BC

Tints of Chatelle #B2A7BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.27%

R = 33.4%
G = 31.33%
B = 35.27%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B2A7BC (or 0xB2A7BC) is known color: Chatelle. HEX triplet: B2, A7 and BC. RGB value is (178,167,188). Sum of RGB (Red+Green+Blue) = 178+167+188=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 167 (65.62% from 255 or 31.33% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 188 - color contains mainly: blue. Hex color #B2A7BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A7BC is #4D5843. Grayscale: #ACACAC. Windows color (decimal): -5068868 or 12363698. OLE color: 12363698.

HSL color Cylindrical-coordinate representation of color #B2A7BC: hue angle of 271.43º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2A7BC is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 167 188 -
CMYK 0.05 0.11 0 0.26
HSL 271.43º 0.14% 0.7% -
HSV(B) 271.43º 0.11% 0.74% -
XYZ 41.26 40.73 53.26 -
YUV 172.68 136.64 131.79 -
System Red Green Blue C M Y K H S L
Decimal 178 167 188 0.05 0.11 0 0.26 271.43 0.14 0.7
Hex B2 A7 BC 5 B 0 1A 10F E 46
Octal 262 247 274 5 13 0 32 417 16 106
Binary 10110010 10100111 10111100 101 1011 0 11010 100001111 1110 1000110

Color Harmonies of #B2A7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A7BC

Black with #B2A7BC

Text Example


Text Example

White with #B2A7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A7BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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