Html Css Color HEX #BCA2DF Perfume

📋 copy color: '#BCA2DF'

red 188 ◦ green 162 ◦ blue 223

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

Shades of Perfume #BCA2DF

Tints of Perfume #BCA2DF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.27%

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

R = 32.81%
G = 28.27%
B = 38.92%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCA2DF (or 0xBCA2DF) is known color: Perfume. HEX triplet: BC, A2 and DF. RGB value is (188,162,223). Sum of RGB (Red+Green+Blue) = 188+162+223=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 162 (63.67% from 255 or 28.27% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCA2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA2DF is #435D20. Grayscale: #B0B0B0. Windows color (decimal): -4414753 or 14656188. OLE color: 14656188.

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

Color convert

RGB 188 162 223 -
CMYK 0.16 0.27 0 0.13
HSL 265.57º 0.49% 0.75% -
HSV(B) 265.57º 0.27% 0.87% -
XYZ 46.98 41.86 75.42 -
YUV 176.73 154.11 136.04 -
System Red Green Blue C M Y K H S L
Decimal 188 162 223 0.16 0.27 0 0.13 265.57 0.49 0.75
Hex BC A2 DF 10 1B 0 D 10A 31 4B
Octal 274 242 337 20 33 0 15 412 61 113
Binary 10111100 10100010 11011111 10000 11011 0 1101 100001010 110001 1001011

Color Harmonies of #BCA2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA2DF

Black with #BCA2DF

Text Example


Text Example

White with #BCA2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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