Html Css Color HEX #BCA4D5 Perfume

📋 copy color: '#BCA4D5'

red 188 ◦ green 164 ◦ blue 213

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

Shades of Perfume #BCA4D5

Tints of Perfume #BCA4D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.7%

R = 33.27%
G = 29.03%
B = 37.7%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BCA4D5 (or 0xBCA4D5) is known color: Perfume. HEX triplet: BC, A4 and D5. RGB value is (188,164,213). Sum of RGB (Red+Green+Blue) = 188+164+213=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 213 - color contains mainly: blue. Hex color #BCA4D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA4D5 is #435B2A. Grayscale: #B0B0B0. Windows color (decimal): -4414251 or 14001340. OLE color: 14001340.

HSL color Cylindrical-coordinate representation of color #BCA4D5: hue angle of 269.39º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCA4D5 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 164 213 -
CMYK 0.12 0.23 0 0.16
HSL 269.39º 0.37% 0.74% -
HSV(B) 269.39º 0.23% 0.84% -
XYZ 46.02 42.05 68.64 -
YUV 176.76 148.45 136.02 -
System Red Green Blue C M Y K H S L
Decimal 188 164 213 0.12 0.23 0 0.16 269.39 0.37 0.74
Hex BC A4 D5 C 17 0 10 10D 25 4A
Octal 274 244 325 14 27 0 20 415 45 112
Binary 10111100 10100100 11010101 1100 10111 0 10000 100001101 100101 1001010

Color Harmonies of #BCA4D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA4D5

Black with #BCA4D5

Text Example


Text Example

White with #BCA4D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA4D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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