Html Css Color HEX #BCA6DF Perfume

📋 copy color: '#BCA6DF'

red 188 ◦ green 166 ◦ blue 223

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

Shades of Perfume #BCA6DF

Tints of Perfume #BCA6DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.65%

R = 32.58%
G = 28.77%
B = 38.65%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCA6DF (or 0xBCA6DF) is known color: Perfume. HEX triplet: BC, A6 and DF. RGB value is (188,166,223). Sum of RGB (Red+Green+Blue) = 188+166+223=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 166 (65.23% from 255 or 28.77% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCA6DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA6DF is #435920. Grayscale: #B2B2B2. Windows color (decimal): -4413729 or 14657212. OLE color: 14657212.

HSL color Cylindrical-coordinate representation of color #BCA6DF: hue angle of 263.16º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCA6DF is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 166 223 -
CMYK 0.16 0.26 0 0.13
HSL 263.16º 0.47% 0.76% -
HSV(B) 263.16º 0.26% 0.87% -
XYZ 47.69 43.29 75.65 -
YUV 179.08 152.79 134.37 -
System Red Green Blue C M Y K H S L
Decimal 188 166 223 0.16 0.26 0 0.13 263.16 0.47 0.76
Hex BC A6 DF 10 1A 0 D 107 2F 4C
Octal 274 246 337 20 32 0 15 407 57 114
Binary 10111100 10100110 11011111 10000 11010 0 1101 100000111 101111 1001100

Color Harmonies of #BCA6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA6DF

Black with #BCA6DF

Text Example


Text Example

White with #BCA6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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