Html Css Color HEX #BCA6DB Perfume

📋 copy color: '#BCA6DB'

red 188 ◦ green 166 ◦ blue 219

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

Shades of Perfume #BCA6DB

Tints of Perfume #BCA6DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.22%

R = 32.81%
G = 28.97%
B = 38.22%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BCA6DB (or 0xBCA6DB) is known color: Perfume. HEX triplet: BC, A6 and DB. RGB value is (188,166,219). Sum of RGB (Red+Green+Blue) = 188+166+219=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 166 (65.23% from 255 or 28.97% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCA6DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA6DB is #435924. Grayscale: #B2B2B2. Windows color (decimal): -4413733 or 14395068. OLE color: 14395068.

HSL color Cylindrical-coordinate representation of color #BCA6DB: hue angle of 264.91º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCA6DB is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 166 219 -
CMYK 0.14 0.24 0 0.14
HSL 264.91º 0.42% 0.75% -
HSV(B) 264.91º 0.24% 0.86% -
XYZ 47.16 43.08 72.85 -
YUV 178.62 150.79 134.69 -
System Red Green Blue C M Y K H S L
Decimal 188 166 219 0.14 0.24 0 0.14 264.91 0.42 0.75
Hex BC A6 DB E 18 0 E 109 2A 4B
Octal 274 246 333 16 30 0 16 411 52 113
Binary 10111100 10100110 11011011 1110 11000 0 1110 100001001 101010 1001011

Color Harmonies of #BCA6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA6DB

Black with #BCA6DB

Text Example


Text Example

White with #BCA6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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