Html Css Color HEX #B2A4BD Chatelle

📋 copy color: '#B2A4BD'

red 178 ◦ green 164 ◦ blue 189

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

Shades of Chatelle #B2A4BD

Tints of Chatelle #B2A4BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.59%

R = 33.52%
G = 30.89%
B = 35.59%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B2A4BD (or 0xB2A4BD) is known color: Chatelle. HEX triplet: B2, A4 and BD. RGB value is (178,164,189). Sum of RGB (Red+Green+Blue) = 178+164+189=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 164 (64.45% from 255 or 30.89% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 189 - color contains mainly: blue. Hex color #B2A4BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A4BD is #4D5B42. Grayscale: #AAAAAA. Windows color (decimal): -5069635 or 12428466. OLE color: 12428466.

HSL color Cylindrical-coordinate representation of color #B2A4BD: hue angle of 273.6º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2A4BD is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 164 189 -
CMYK 0.06 0.13 0 0.26
HSL 273.6º 0.16% 0.69% -
HSV(B) 273.6º 0.13% 0.74% -
XYZ 40.82 39.69 53.65 -
YUV 171.04 138.14 132.97 -
System Red Green Blue C M Y K H S L
Decimal 178 164 189 0.06 0.13 0 0.26 273.6 0.16 0.69
Hex B2 A4 BD 6 D 0 1A 112 10 45
Octal 262 244 275 6 15 0 32 422 20 105
Binary 10110010 10100100 10111101 110 1101 0 11010 100010010 10000 1000101

Color Harmonies of #B2A4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A4BD

Black with #B2A4BD

Text Example


Text Example

White with #B2A4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A4BD; }

 p { color: rgb(178,164,189); }

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

background-color css

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

 a { background-color: rgb(178,164,189); }

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

border-color css

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

 span { border-color: rgb(178,164,189); }

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