Html Css Color HEX #B5AABD Chatelle

📋 copy color: '#B5AABD'

red 181 ◦ green 170 ◦ blue 189

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

Shades of Chatelle #B5AABD

Tints of Chatelle #B5AABD

RGB

 RED value IS 181 (71.09% from 255) = 33.52%

 GREEN value IS 170 (66.8% from 255) = 31.48%

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

R = 33.52%
G = 31.48%
B = 35%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B5AABD (or 0xB5AABD) is known color: Chatelle. HEX triplet: B5, AA and BD. RGB value is (181,170,189). Sum of RGB (Red+Green+Blue) = 181+170+189=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 189 - color contains mainly: blue. Hex color #B5AABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AABD is #4A5542. Grayscale: #AFAFAF. Windows color (decimal): -4871491 or 12430005. OLE color: 12430005.

HSL color Cylindrical-coordinate representation of color #B5AABD: hue angle of 274.74º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5AABD is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 170 189 -
CMYK 0.04 0.10 0 0.26
HSL 274.74º 0.13% 0.7% -
HSV(B) 274.74º 0.1% 0.74% -
XYZ 42.62 42.25 54.05 -
YUV 175.46 135.64 131.96 -
System Red Green Blue C M Y K H S L
Decimal 181 170 189 0.04 0.10 0 0.26 274.74 0.13 0.7
Hex B5 AA BD 4 A 0 1A 113 D 46
Octal 265 252 275 4 12 0 32 423 15 106
Binary 10110101 10101010 10111101 100 1010 0 11010 100010011 1101 1000110

Color Harmonies of #B5AABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AABD

Black with #B5AABD

Text Example


Text Example

White with #B5AABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AABD; }

 p { color: rgb(181,170,189); }

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

background-color css

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

 a { background-color: rgb(181,170,189); }

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

border-color css

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

 span { border-color: rgb(181,170,189); }

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