Html Css Color HEX #BCACC5 Chatelle

📋 copy color: '#BCACC5'

red 188 ◦ green 172 ◦ blue 197

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

Shades of Chatelle #BCACC5

Tints of Chatelle #BCACC5

RGB

 RED value IS 188 (73.83% from 255) = 33.75%

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

 BLUE value IS 197 (77.34% from 255) = 35.37%

R = 33.75%
G = 30.88%
B = 35.37%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BCACC5 (or 0xBCACC5) is known color: Chatelle. HEX triplet: BC, AC and C5. RGB value is (188,172,197). Sum of RGB (Red+Green+Blue) = 188+172+197=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 197 - color contains mainly: blue. Hex color #BCACC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACC5 is #43533A. Grayscale: #B3B3B3. Windows color (decimal): -4412219 or 12954812. OLE color: 12954812.

HSL color Cylindrical-coordinate representation of color #BCACC5: hue angle of 278.4º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCACC5 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 172 197 -
CMYK 0.05 0.13 0 0.23
HSL 278.4º 0.18% 0.72% -
HSV(B) 278.4º 0.13% 0.77% -
XYZ 45.57 44.23 58.96 -
YUV 179.63 137.8 133.97 -
System Red Green Blue C M Y K H S L
Decimal 188 172 197 0.05 0.13 0 0.23 278.4 0.18 0.72
Hex BC AC C5 5 D 0 17 116 12 48
Octal 274 254 305 5 15 0 27 426 22 110
Binary 10111100 10101100 11000101 101 1101 0 10111 100010110 10010 1001000

Color Harmonies of #BCACC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCACC5

Black with #BCACC5

Text Example


Text Example

White with #BCACC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCACC5; }

 p { color: rgb(188,172,197); }

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

background-color css

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

 a { background-color: rgb(188,172,197); }

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

border-color css

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

 span { border-color: rgb(188,172,197); }

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