Html Css Color HEX #BCA3C9 Chatelle

📋 copy color: '#BCA3C9'

red 188 ◦ green 163 ◦ blue 201

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

Shades of Chatelle #BCA3C9

Tints of Chatelle #BCA3C9

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.53%

 BLUE value IS 201 (78.91% from 255) = 36.41%

R = 34.06%
G = 29.53%
B = 36.41%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BCA3C9 (or 0xBCA3C9) is known color: Chatelle. HEX triplet: BC, A3 and C9. RGB value is (188,163,201). Sum of RGB (Red+Green+Blue) = 188+163+201=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 163 (64.06% from 255 or 29.53% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 201 - color contains mainly: blue. Hex color #BCA3C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA3C9 is #435C36. Grayscale: #AEAEAE. Windows color (decimal): -4414519 or 13214652. OLE color: 13214652.

HSL color Cylindrical-coordinate representation of color #BCA3C9: hue angle of 279.47º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCA3C9 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 163 201 -
CMYK 0.06 0.19 0 0.21
HSL 279.47º 0.26% 0.71% -
HSV(B) 279.47º 0.19% 0.79% -
XYZ 44.38 41.1 60.85 -
YUV 174.81 142.78 137.41 -
System Red Green Blue C M Y K H S L
Decimal 188 163 201 0.06 0.19 0 0.21 279.47 0.26 0.71
Hex BC A3 C9 6 13 0 15 117 1A 47
Octal 274 243 311 6 23 0 25 427 32 107
Binary 10111100 10100011 11001001 110 10011 0 10101 100010111 11010 1000111

Color Harmonies of #BCA3C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA3C9

Black with #BCA3C9

Text Example


Text Example

White with #BCA3C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA3C9; }

 p { color: rgb(188,163,201); }

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

background-color css

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

 a { background-color: rgb(188,163,201); }

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

border-color css

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

 span { border-color: rgb(188,163,201); }

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