Html Css Color HEX #B5AABB Chatelle

📋 copy color: '#B5AABB'

red 181 ◦ green 170 ◦ blue 187

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

Shades of Chatelle #B5AABB

Tints of Chatelle #B5AABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.76%

R = 33.64%
G = 31.6%
B = 34.76%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B5AABB (or 0xB5AABB) is known color: Chatelle. HEX triplet: B5, AA and BB. RGB value is (181,170,187). Sum of RGB (Red+Green+Blue) = 181+170+187=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 187 - color contains mainly: blue. Hex color #B5AABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AABB is #4A5544. Grayscale: #AFAFAF. Windows color (decimal): -4871493 or 12298933. OLE color: 12298933.

HSL color Cylindrical-coordinate representation of color #B5AABB: hue angle of 278.82º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B5AABB is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 170 187 -
CMYK 0.03 0.09 0 0.27
HSL 278.82º 0.11% 0.7% -
HSV(B) 278.82º 0.09% 0.73% -
XYZ 42.4 42.16 52.92 -
YUV 175.23 134.64 132.12 -
System Red Green Blue C M Y K H S L
Decimal 181 170 187 0.03 0.09 0 0.27 278.82 0.11 0.7
Hex B5 AA BB 3 9 0 1B 117 B 46
Octal 265 252 273 3 11 0 33 427 13 106
Binary 10110101 10101010 10111011 11 1001 0 11011 100010111 1011 1000110

Color Harmonies of #B5AABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AABB

Black with #B5AABB

Text Example


Text Example

White with #B5AABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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