Html Css Color HEX #BCA0DC Perfume

📋 copy color: '#BCA0DC'

red 188 ◦ green 160 ◦ blue 220

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

Shades of Perfume #BCA0DC

Tints of Perfume #BCA0DC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.17%

 BLUE value IS 220 (86.33% from 255) = 38.73%

R = 33.1%
G = 28.17%
B = 38.73%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BCA0DC (or 0xBCA0DC) is known color: Perfume. HEX triplet: BC, A0 and DC. RGB value is (188,160,220). Sum of RGB (Red+Green+Blue) = 188+160+220=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 160 (62.89% from 255 or 28.17% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCA0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA0DC is #435F23. Grayscale: #AEAEAE. Windows color (decimal): -4415268 or 14459068. OLE color: 14459068.

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

Color convert

RGB 188 160 220 -
CMYK 0.15 0.27 0 0.14
HSL 268º 0.46% 0.75% -
HSV(B) 268º 0.27% 0.86% -
XYZ 46.23 41 73.19 -
YUV 175.21 153.28 137.12 -
System Red Green Blue C M Y K H S L
Decimal 188 160 220 0.15 0.27 0 0.14 268 0.46 0.75
Hex BC A0 DC F 1B 0 E 10C 2E 4B
Octal 274 240 334 17 33 0 16 414 56 113
Binary 10111100 10100000 11011100 1111 11011 0 1110 100001100 101110 1001011

Color Harmonies of #BCA0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA0DC

Black with #BCA0DC

Text Example


Text Example

White with #BCA0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA0DC; }

 p { color: rgb(188,160,220); }

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

background-color css

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

 a { background-color: rgb(188,160,220); }

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

border-color css

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

 span { border-color: rgb(188,160,220); }

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