Html Css Color HEX #BCABC6 Chatelle

📋 copy color: '#BCABC6'

red 188 ◦ green 171 ◦ blue 198

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

Shades of Chatelle #BCABC6

Tints of Chatelle #BCABC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.55%

R = 33.75%
G = 30.7%
B = 35.55%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BCABC6 (or 0xBCABC6) is known color: Chatelle. HEX triplet: BC, AB and C6. RGB value is (188,171,198). Sum of RGB (Red+Green+Blue) = 188+171+198=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 198 (77.73% from 255 or 35.55% from 557); Max value from RGB is 198 - color contains mainly: blue. Hex color #BCABC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABC6 is #435439. Grayscale: #B3B3B3. Windows color (decimal): -4412474 or 13020092. OLE color: 13020092.

HSL color Cylindrical-coordinate representation of color #BCABC6: hue angle of 277.78º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCABC6 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 171 198 -
CMYK 0.05 0.14 0 0.22
HSL 277.78º 0.19% 0.72% -
HSV(B) 277.78º 0.14% 0.78% -
XYZ 45.49 43.89 59.5 -
YUV 179.16 138.63 134.3 -
System Red Green Blue C M Y K H S L
Decimal 188 171 198 0.05 0.14 0 0.22 277.78 0.19 0.72
Hex BC AB C6 5 E 0 16 116 13 48
Octal 274 253 306 5 16 0 26 426 23 110
Binary 10111100 10101011 11000110 101 1110 0 10110 100010110 10011 1001000

Color Harmonies of #BCABC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCABC6

Black with #BCABC6

Text Example


Text Example

White with #BCABC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCABC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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