Html Css Color HEX #BCA3DB Perfume

📋 copy color: '#BCA3DB'

red 188 ◦ green 163 ◦ blue 219

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

Shades of Perfume #BCA3DB

Tints of Perfume #BCA3DB

RGB

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

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

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

R = 32.98%
G = 28.6%
B = 38.42%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BCA3DB (or 0xBCA3DB) is known color: Perfume. HEX triplet: BC, A3 and DB. RGB value is (188,163,219). Sum of RGB (Red+Green+Blue) = 188+163+219=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 163 (64.06% from 255 or 28.60% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCA3DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA3DB is #435C24. Grayscale: #B0B0B0. Windows color (decimal): -4414501 or 14394300. OLE color: 14394300.

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

Color convert

RGB 188 163 219 -
CMYK 0.14 0.26 0 0.14
HSL 266.79º 0.44% 0.75% -
HSV(B) 266.79º 0.26% 0.86% -
XYZ 46.62 42 72.67 -
YUV 176.86 151.78 135.95 -
System Red Green Blue C M Y K H S L
Decimal 188 163 219 0.14 0.26 0 0.14 266.79 0.44 0.75
Hex BC A3 DB E 1A 0 E 10B 2C 4B
Octal 274 243 333 16 32 0 16 413 54 113
Binary 10111100 10100011 11011011 1110 11010 0 1110 100001011 101100 1001011

Color Harmonies of #BCA3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA3DB

Black with #BCA3DB

Text Example


Text Example

White with #BCA3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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