Html Css Color HEX #B5A1BC Chatelle

📋 copy color: '#B5A1BC'

red 181 ◦ green 161 ◦ blue 188

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

Shades of Chatelle #B5A1BC

Tints of Chatelle #B5A1BC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.38%

 BLUE value IS 188 (73.83% from 255) = 35.47%

R = 34.15%
G = 30.38%
B = 35.47%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B5A1BC (or 0xB5A1BC) is known color: Chatelle. HEX triplet: B5, A1 and BC. RGB value is (181,161,188). Sum of RGB (Red+Green+Blue) = 181+161+188=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 161 (63.28% from 255 or 30.38% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 188 - color contains mainly: blue. Hex color #B5A1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A1BC is #4A5E43. Grayscale: #A9A9A9. Windows color (decimal): -4873796 or 12362165. OLE color: 12362165.

HSL color Cylindrical-coordinate representation of color #B5A1BC: hue angle of 284.44º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B5A1BC is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 161 188 -
CMYK 0.04 0.14 0 0.26
HSL 284.44º 0.17% 0.68% -
HSV(B) 284.44º 0.14% 0.74% -
XYZ 40.88 38.94 52.94 -
YUV 170.06 138.13 135.8 -
System Red Green Blue C M Y K H S L
Decimal 181 161 188 0.04 0.14 0 0.26 284.44 0.17 0.68
Hex B5 A1 BC 4 E 0 1A 11C 11 44
Octal 265 241 274 4 16 0 32 434 21 104
Binary 10110101 10100001 10111100 100 1110 0 11010 100011100 10001 1000100

Color Harmonies of #B5A1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A1BC

Black with #B5A1BC

Text Example


Text Example

White with #B5A1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A1BC; }

 p { color: rgb(181,161,188); }

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

background-color css

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

 a { background-color: rgb(181,161,188); }

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

border-color css

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

 span { border-color: rgb(181,161,188); }

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