Html Css Color HEX #BA9FC6 Chatelle

📋 copy color: '#BA9FC6'

red 186 ◦ green 159 ◦ blue 198

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

Shades of Chatelle #BA9FC6

Tints of Chatelle #BA9FC6

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.28%

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

R = 34.25%
G = 29.28%
B = 36.46%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BA9FC6 (or 0xBA9FC6) is known color: Chatelle. HEX triplet: BA, 9F and C6. RGB value is (186,159,198). Sum of RGB (Red+Green+Blue) = 186+159+198=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 198 (77.73% from 255 or 36.46% from 543); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA9FC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9FC6 is #456039. Grayscale: #ABABAB. Windows color (decimal): -4546618 or 13017018. OLE color: 13017018.

HSL color Cylindrical-coordinate representation of color #BA9FC6: hue angle of 281.54º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BA9FC6 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 159 198 -
CMYK 0.06 0.20 0 0.22
HSL 281.54º 0.25% 0.7% -
HSV(B) 281.54º 0.2% 0.78% -
XYZ 42.84 39.31 58.76 -
YUV 171.52 142.95 138.33 -
System Red Green Blue C M Y K H S L
Decimal 186 159 198 0.06 0.20 0 0.22 281.54 0.25 0.7
Hex BA 9F C6 6 14 0 16 11A 19 46
Octal 272 237 306 6 24 0 26 432 31 106
Binary 10111010 10011111 11000110 110 10100 0 10110 100011010 11001 1000110

Color Harmonies of #BA9FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9FC6

Black with #BA9FC6

Text Example


Text Example

White with #BA9FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9FC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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