Html Css Color HEX #BA9CC6 Chatelle

📋 copy color: '#BA9CC6'

red 186 ◦ green 156 ◦ blue 198

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

Shades of Chatelle #BA9CC6

Tints of Chatelle #BA9CC6

RGB

 RED value IS 186 (73.05% from 255) = 34.44%

 GREEN value IS 156 (61.33% from 255) = 28.89%

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

R = 34.44%
G = 28.89%
B = 36.67%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BA9CC6 (or 0xBA9CC6) is known color: Chatelle. HEX triplet: BA, 9C and C6. RGB value is (186,156,198). Sum of RGB (Red+Green+Blue) = 186+156+198=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 198 (77.73% from 255 or 36.67% from 540); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA9CC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9CC6 is #456339. Grayscale: #A9A9A9. Windows color (decimal): -4547386 or 13016250. OLE color: 13016250.

HSL color Cylindrical-coordinate representation of color #BA9CC6: hue angle of 282.86º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BA9CC6 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 156 198 -
CMYK 0.06 0.21 0 0.22
HSL 282.86º 0.27% 0.69% -
HSV(B) 282.86º 0.21% 0.78% -
XYZ 42.33 38.29 58.59 -
YUV 169.76 143.94 139.58 -
System Red Green Blue C M Y K H S L
Decimal 186 156 198 0.06 0.21 0 0.22 282.86 0.27 0.69
Hex BA 9C C6 6 15 0 16 11B 1B 45
Octal 272 234 306 6 25 0 26 433 33 105
Binary 10111010 10011100 11000110 110 10101 0 10110 100011011 11011 1000101

Color Harmonies of #BA9CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9CC6

Black with #BA9CC6

Text Example


Text Example

White with #BA9CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9CC6; }

 p { color: rgb(186,156,198); }

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

background-color css

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

 a { background-color: rgb(186,156,198); }

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

border-color css

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

 span { border-color: rgb(186,156,198); }

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