Html Css Color HEX #B8A5BF Chatelle

📋 copy color: '#B8A5BF'

red 184 ◦ green 165 ◦ blue 191

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

Shades of Chatelle #B8A5BF

Tints of Chatelle #B8A5BF

RGB

 RED value IS 184 (72.27% from 255) = 34.07%

 GREEN value IS 165 (64.84% from 255) = 30.56%

 BLUE value IS 191 (75% from 255) = 35.37%

R = 34.07%
G = 30.56%
B = 35.37%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B8A5BF (or 0xB8A5BF) is known color: Chatelle. HEX triplet: B8, A5 and BF. RGB value is (184,165,191). Sum of RGB (Red+Green+Blue) = 184+165+191=540 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.07% from 540); Green value is 165 (64.84% from 255 or 30.56% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 191 - color contains mainly: blue. Hex color #B8A5BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A5BF is #475A40. Grayscale: #ADADAD. Windows color (decimal): -4676161 or 12559800. OLE color: 12559800.

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

Color convert

RGB 184 165 191 -
CMYK 0.04 0.14 0 0.25
HSL 283.85º 0.17% 0.7% -
HSV(B) 283.85º 0.14% 0.75% -
XYZ 42.63 40.86 54.93 -
YUV 173.65 137.79 135.39 -
System Red Green Blue C M Y K H S L
Decimal 184 165 191 0.04 0.14 0 0.25 283.85 0.17 0.7
Hex B8 A5 BF 4 E 0 19 11C 11 46
Octal 270 245 277 4 16 0 31 434 21 106
Binary 10111000 10100101 10111111 100 1110 0 11001 100011100 10001 1000110

Color Harmonies of #B8A5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A5BF

Black with #B8A5BF

Text Example


Text Example

White with #B8A5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A5BF; }

 p { color: rgb(184,165,191); }

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

background-color css

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

 a { background-color: rgb(184,165,191); }

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

border-color css

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

 span { border-color: rgb(184,165,191); }

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