Html Css Color HEX #B7AABD Chatelle

📋 copy color: '#B7AABD'

red 183 ◦ green 170 ◦ blue 189

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

Shades of Chatelle #B7AABD

Tints of Chatelle #B7AABD

RGB

 RED value IS 183 (71.88% from 255) = 33.76%

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

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

R = 33.76%
G = 31.37%
B = 34.87%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B7AABD (or 0xB7AABD) is known color: Chatelle. HEX triplet: B7, AA and BD. RGB value is (183,170,189). Sum of RGB (Red+Green+Blue) = 183+170+189=542 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.76% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 189 - color contains mainly: blue. Hex color #B7AABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AABD is #485542. Grayscale: #AFAFAF. Windows color (decimal): -4740419 or 12430007. OLE color: 12430007.

HSL color Cylindrical-coordinate representation of color #B7AABD: hue angle of 281.05º 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 #B7AABD is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 183 170 189 -
CMYK 0.03 0.10 0 0.26
HSL 281.05º 0.13% 0.7% -
HSV(B) 281.05º 0.1% 0.74% -
XYZ 43.09 42.49 54.07 -
YUV 176.05 135.31 132.96 -
System Red Green Blue C M Y K H S L
Decimal 183 170 189 0.03 0.10 0 0.26 281.05 0.13 0.7
Hex B7 AA BD 3 A 0 1A 119 D 46
Octal 267 252 275 3 12 0 32 431 15 106
Binary 10110111 10101010 10111101 11 1010 0 11010 100011001 1101 1000110

Color Harmonies of #B7AABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AABD

Black with #B7AABD

Text Example


Text Example

White with #B7AABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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