Html Css Color HEX #BCABC4 Chatelle

📋 copy color: '#BCABC4'

red 188 ◦ green 171 ◦ blue 196

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

Shades of Chatelle #BCABC4

Tints of Chatelle #BCABC4

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.81%

 BLUE value IS 196 (76.95% from 255) = 35.32%

R = 33.87%
G = 30.81%
B = 35.32%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BCABC4 (or 0xBCABC4) is known color: Chatelle. HEX triplet: BC, AB and C4. RGB value is (188,171,196). Sum of RGB (Red+Green+Blue) = 188+171+196=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 196 (76.95% from 255 or 35.32% from 555); Max value from RGB is 196 - color contains mainly: blue. Hex color #BCABC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABC4 is #43543B. Grayscale: #B2B2B2. Windows color (decimal): -4412476 or 12889020. OLE color: 12889020.

HSL color Cylindrical-coordinate representation of color #BCABC4: hue angle of 280.8º degrees, saturation: 0.17, 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 #BCABC4 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 171 196 -
CMYK 0.04 0.13 0 0.23
HSL 280.8º 0.17% 0.72% -
HSV(B) 280.8º 0.13% 0.77% -
XYZ 45.27 43.8 58.29 -
YUV 178.93 137.63 134.47 -
System Red Green Blue C M Y K H S L
Decimal 188 171 196 0.04 0.13 0 0.23 280.8 0.17 0.72
Hex BC AB C4 4 D 0 17 119 11 48
Octal 274 253 304 4 15 0 27 431 21 110
Binary 10111100 10101011 11000100 100 1101 0 10111 100011001 10001 1001000

Color Harmonies of #BCABC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCABC4

Black with #BCABC4

Text Example


Text Example

White with #BCABC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCABC4; }

 p { color: rgb(188,171,196); }

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

background-color css

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

 a { background-color: rgb(188,171,196); }

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

border-color css

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

 span { border-color: rgb(188,171,196); }

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