Html Css Color HEX #BCA4DF Perfume

📋 copy color: '#BCA4DF'

red 188 ◦ green 164 ◦ blue 223

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

Shades of Perfume #BCA4DF

Tints of Perfume #BCA4DF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.52%

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

R = 32.7%
G = 28.52%
B = 38.78%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCA4DF (or 0xBCA4DF) is known color: Perfume. HEX triplet: BC, A4 and DF. RGB value is (188,164,223). Sum of RGB (Red+Green+Blue) = 188+164+223=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 164 (64.45% from 255 or 28.52% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCA4DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA4DF is #435B20. Grayscale: #B1B1B1. Windows color (decimal): -4414241 or 14656700. OLE color: 14656700.

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

Color convert

RGB 188 164 223 -
CMYK 0.16 0.26 0 0.13
HSL 264.41º 0.48% 0.76% -
HSV(B) 264.41º 0.26% 0.87% -
XYZ 47.33 42.57 75.53 -
YUV 177.9 153.45 135.2 -
System Red Green Blue C M Y K H S L
Decimal 188 164 223 0.16 0.26 0 0.13 264.41 0.48 0.76
Hex BC A4 DF 10 1A 0 D 108 30 4C
Octal 274 244 337 20 32 0 15 410 60 114
Binary 10111100 10100100 11011111 10000 11010 0 1101 100001000 110000 1001100

Color Harmonies of #BCA4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA4DF

Black with #BCA4DF

Text Example


Text Example

White with #BCA4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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