Html Css Color HEX #B5A2BC Chatelle

📋 copy color: '#B5A2BC'

red 181 ◦ green 162 ◦ blue 188

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

Shades of Chatelle #B5A2BC

Tints of Chatelle #B5A2BC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.51%

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

R = 34.09%
G = 30.51%
B = 35.4%

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

#B5A2BC (or 0xB5A2BC) is known color: Chatelle. HEX triplet: B5, A2 and BC. RGB value is (181,162,188). Sum of RGB (Red+Green+Blue) = 181+162+188=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 162 (63.67% from 255 or 30.51% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 188 - color contains mainly: blue. Hex color #B5A2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A2BC is #4A5D43. Grayscale: #AAAAAA. Windows color (decimal): -4873540 or 12362421. OLE color: 12362421.

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

Color convert

RGB 181 162 188 -
CMYK 0.04 0.14 0 0.26
HSL 283.85º 0.16% 0.69% -
HSV(B) 283.85º 0.14% 0.74% -
XYZ 41.05 39.3 53 -
YUV 170.65 137.79 135.39 -
System Red Green Blue C M Y K H S L
Decimal 181 162 188 0.04 0.14 0 0.26 283.85 0.16 0.69
Hex B5 A2 BC 4 E 0 1A 11C 10 45
Octal 265 242 274 4 16 0 32 434 20 105
Binary 10110101 10100010 10111100 100 1110 0 11010 100011100 10000 1000101

Color Harmonies of #B5A2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A2BC

Black with #B5A2BC

Text Example


Text Example

White with #B5A2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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