Html Css Color HEX #BA9FC8 Chatelle

📋 copy color: '#BA9FC8'

red 186 ◦ green 159 ◦ blue 200

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

Shades of Chatelle #BA9FC8

Tints of Chatelle #BA9FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.7%

R = 34.13%
G = 29.17%
B = 36.7%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BA9FC8 (or 0xBA9FC8) is known color: Chatelle. HEX triplet: BA, 9F and C8. RGB value is (186,159,200). Sum of RGB (Red+Green+Blue) = 186+159+200=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 200 (78.52% from 255 or 36.70% from 545); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA9FC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9FC8 is #456037. Grayscale: #ABABAB. Windows color (decimal): -4546616 or 13148090. OLE color: 13148090.

HSL color Cylindrical-coordinate representation of color #BA9FC8: hue angle of 279.51º degrees, saturation: 0.27, 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 #BA9FC8 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 159 200 -
CMYK 0.07 0.20 0 0.22
HSL 279.51º 0.27% 0.7% -
HSV(B) 279.51º 0.21% 0.78% -
XYZ 43.07 39.41 59.98 -
YUV 171.75 143.95 138.17 -
System Red Green Blue C M Y K H S L
Decimal 186 159 200 0.07 0.20 0 0.22 279.51 0.27 0.7
Hex BA 9F C8 7 14 0 16 118 1B 46
Octal 272 237 310 7 24 0 26 430 33 106
Binary 10111010 10011111 11001000 111 10100 0 10110 100011000 11011 1000110

Color Harmonies of #BA9FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9FC8

Black with #BA9FC8

Text Example


Text Example

White with #BA9FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9FC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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