Html Css Color HEX #B4A5BD Chatelle

📋 copy color: '#B4A5BD'

red 180 ◦ green 165 ◦ blue 189

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

Shades of Chatelle #B4A5BD

Tints of Chatelle #B4A5BD

RGB

 RED value IS 180 (70.7% from 255) = 33.71%

 GREEN value IS 165 (64.84% from 255) = 30.9%

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

R = 33.71%
G = 30.9%
B = 35.39%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B4A5BD (or 0xB4A5BD) is known color: Chatelle. HEX triplet: B4, A5 and BD. RGB value is (180,165,189). Sum of RGB (Red+Green+Blue) = 180+165+189=534 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.71% from 534); Green value is 165 (64.84% from 255 or 30.90% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 189 - color contains mainly: blue. Hex color #B4A5BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A5BD is #4B5A42. Grayscale: #ACACAC. Windows color (decimal): -4938307 or 12428724. OLE color: 12428724.

HSL color Cylindrical-coordinate representation of color #B4A5BD: hue angle of 277.5º degrees, saturation: 0.15, 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 #B4A5BD is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 165 189 -
CMYK 0.05 0.13 0 0.26
HSL 277.5º 0.15% 0.69% -
HSV(B) 277.5º 0.13% 0.74% -
XYZ 41.46 40.29 53.74 -
YUV 172.22 137.47 133.55 -
System Red Green Blue C M Y K H S L
Decimal 180 165 189 0.05 0.13 0 0.26 277.5 0.15 0.69
Hex B4 A5 BD 5 D 0 1A 116 F 45
Octal 264 245 275 5 15 0 32 426 17 105
Binary 10110100 10100101 10111101 101 1101 0 11010 100010110 1111 1000101

Color Harmonies of #B4A5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A5BD

Black with #B4A5BD

Text Example


Text Example

White with #B4A5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A5BD; }

 p { color: rgb(180,165,189); }

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

background-color css

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

 a { background-color: rgb(180,165,189); }

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

border-color css

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

 span { border-color: rgb(180,165,189); }

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