Html Css Color HEX #BCA6DC Perfume

📋 copy color: '#BCA6DC'

red 188 ◦ green 166 ◦ blue 220

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

Shades of Perfume #BCA6DC

Tints of Perfume #BCA6DC

RGB

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

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

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

R = 32.75%
G = 28.92%
B = 38.33%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BCA6DC (or 0xBCA6DC) is known color: Perfume. HEX triplet: BC, A6 and DC. RGB value is (188,166,220). Sum of RGB (Red+Green+Blue) = 188+166+220=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 166 (65.23% from 255 or 28.92% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCA6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA6DC is #435923. Grayscale: #B2B2B2. Windows color (decimal): -4413732 or 14460604. OLE color: 14460604.

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

Color convert

RGB 188 166 220 -
CMYK 0.15 0.25 0 0.14
HSL 264.44º 0.44% 0.76% -
HSV(B) 264.44º 0.25% 0.86% -
XYZ 47.29 43.13 73.54 -
YUV 178.73 151.29 134.61 -
System Red Green Blue C M Y K H S L
Decimal 188 166 220 0.15 0.25 0 0.14 264.44 0.44 0.76
Hex BC A6 DC F 19 0 E 108 2C 4C
Octal 274 246 334 17 31 0 16 410 54 114
Binary 10111100 10100110 11011100 1111 11001 0 1110 100001000 101100 1001100

Color Harmonies of #BCA6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA6DC

Black with #BCA6DC

Text Example


Text Example

White with #BCA6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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