Html Css Color HEX #BCA1DC Perfume

📋 copy color: '#BCA1DC'

red 188 ◦ green 161 ◦ blue 220

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

Shades of Perfume #BCA1DC

Tints of Perfume #BCA1DC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.3%

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

R = 33.04%
G = 28.3%
B = 38.66%

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

#BCA1DC (or 0xBCA1DC) is known color: Perfume. HEX triplet: BC, A1 and DC. RGB value is (188,161,220). Sum of RGB (Red+Green+Blue) = 188+161+220=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 161 (63.28% from 255 or 28.30% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCA1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA1DC is #435E23. Grayscale: #AFAFAF. Windows color (decimal): -4415012 or 14459324. OLE color: 14459324.

HSL color Cylindrical-coordinate representation of color #BCA1DC: hue angle of 267.46º 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 #BCA1DC is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 161 220 -
CMYK 0.15 0.27 0 0.14
HSL 267.46º 0.46% 0.75% -
HSV(B) 267.46º 0.27% 0.86% -
XYZ 46.4 41.35 73.25 -
YUV 175.8 152.95 136.7 -
System Red Green Blue C M Y K H S L
Decimal 188 161 220 0.15 0.27 0 0.14 267.46 0.46 0.75
Hex BC A1 DC F 1B 0 E 10B 2E 4B
Octal 274 241 334 17 33 0 16 413 56 113
Binary 10111100 10100001 11011100 1111 11011 0 1110 100001011 101110 1001011

Color Harmonies of #BCA1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA1DC

Black with #BCA1DC

Text Example


Text Example

White with #BCA1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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