Html Css Color HEX #B8ACC0 Chatelle

📋 copy color: '#B8ACC0'

red 184 ◦ green 172 ◦ blue 192

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

Shades of Chatelle #B8ACC0

Tints of Chatelle #B8ACC0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.39%

 BLUE value IS 192 (75.39% from 255) = 35.04%

R = 33.58%
G = 31.39%
B = 35.04%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B8ACC0 (or 0xB8ACC0) is known color: Chatelle. HEX triplet: B8, AC and C0. RGB value is (184,172,192). Sum of RGB (Red+Green+Blue) = 184+172+192=548 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.58% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 192 - color contains mainly: blue. Hex color #B8ACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ACC0 is #47533F. Grayscale: #B1B1B1. Windows color (decimal): -4674368 or 12627128. OLE color: 12627128.

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

Color convert

RGB 184 172 192 -
CMYK 0.04 0.10 0 0.25
HSL 276º 0.14% 0.71% -
HSV(B) 276º 0.1% 0.75% -
XYZ 44.03 43.5 55.94 -
YUV 177.87 135.98 132.37 -
System Red Green Blue C M Y K H S L
Decimal 184 172 192 0.04 0.10 0 0.25 276 0.14 0.71
Hex B8 AC C0 4 A 0 19 114 E 47
Octal 270 254 300 4 12 0 31 424 16 107
Binary 10111000 10101100 11000000 100 1010 0 11001 100010100 1110 1000111

Color Harmonies of #B8ACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8ACC0

Black with #B8ACC0

Text Example


Text Example

White with #B8ACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8ACC0; }

 p { color: rgb(184,172,192); }

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

background-color css

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

 a { background-color: rgb(184,172,192); }

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

border-color css

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

 span { border-color: rgb(184,172,192); }

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