Html Css Color HEX #BCA6C7 Chatelle

📋 copy color: '#BCA6C7'

red 188 ◦ green 166 ◦ blue 199

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

Shades of Chatelle #BCA6C7

Tints of Chatelle #BCA6C7

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.02%

 BLUE value IS 199 (78.13% from 255) = 35.99%

R = 34%
G = 30.02%
B = 35.99%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BCA6C7 (or 0xBCA6C7) is known color: Chatelle. HEX triplet: BC, A6 and C7. RGB value is (188,166,199). Sum of RGB (Red+Green+Blue) = 188+166+199=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 166 (65.23% from 255 or 30.02% from 553); Blue value is 199 (78.12% from 255 or 35.99% from 553); Max value from RGB is 199 - color contains mainly: blue. Hex color #BCA6C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA6C7 is #435938. Grayscale: #B0B0B0. Windows color (decimal): -4413753 or 13084348. OLE color: 13084348.

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

Color convert

RGB 188 166 199 -
CMYK 0.06 0.17 0 0.22
HSL 280º 0.23% 0.72% -
HSV(B) 280º 0.17% 0.78% -
XYZ 44.68 42.09 59.8 -
YUV 176.34 140.79 136.32 -
System Red Green Blue C M Y K H S L
Decimal 188 166 199 0.06 0.17 0 0.22 280 0.23 0.72
Hex BC A6 C7 6 11 0 16 118 17 48
Octal 274 246 307 6 21 0 26 430 27 110
Binary 10111100 10100110 11000111 110 10001 0 10110 100011000 10111 1001000

Color Harmonies of #BCA6C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA6C7

Black with #BCA6C7

Text Example


Text Example

White with #BCA6C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA6C7; }

 p { color: rgb(188,166,199); }

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

background-color css

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

 a { background-color: rgb(188,166,199); }

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

border-color css

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

 span { border-color: rgb(188,166,199); }

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