Html Css Color HEX #BCA3DD Perfume

📋 copy color: '#BCA3DD'

red 188 ◦ green 163 ◦ blue 221

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

Shades of Perfume #BCA3DD

Tints of Perfume #BCA3DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.64%

R = 32.87%
G = 28.5%
B = 38.64%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCA3DD (or 0xBCA3DD) is known color: Perfume. HEX triplet: BC, A3 and DD. RGB value is (188,163,221). Sum of RGB (Red+Green+Blue) = 188+163+221=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 163 (64.06% from 255 or 28.50% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCA3DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA3DD is #435C22. Grayscale: #B0B0B0. Windows color (decimal): -4414499 or 14525372. OLE color: 14525372.

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

Color convert

RGB 188 163 221 -
CMYK 0.15 0.26 0 0.13
HSL 265.86º 0.46% 0.75% -
HSV(B) 265.86º 0.26% 0.87% -
XYZ 46.89 42.11 74.06 -
YUV 177.09 152.78 135.78 -
System Red Green Blue C M Y K H S L
Decimal 188 163 221 0.15 0.26 0 0.13 265.86 0.46 0.75
Hex BC A3 DD F 1A 0 D 10A 2E 4B
Octal 274 243 335 17 32 0 15 412 56 113
Binary 10111100 10100011 11011101 1111 11010 0 1101 100001010 101110 1001011

Color Harmonies of #BCA3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA3DD

Black with #BCA3DD

Text Example


Text Example

White with #BCA3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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