Html Css Color HEX #BCA0DA Perfume

📋 copy color: '#BCA0DA'

red 188 ◦ green 160 ◦ blue 218

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

Shades of Perfume #BCA0DA

Tints of Perfume #BCA0DA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.27%

 BLUE value IS 218 (85.55% from 255) = 38.52%

R = 33.22%
G = 28.27%
B = 38.52%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BCA0DA (or 0xBCA0DA) is known color: Perfume. HEX triplet: BC, A0 and DA. RGB value is (188,160,218). Sum of RGB (Red+Green+Blue) = 188+160+218=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 160 (62.89% from 255 or 28.27% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCA0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA0DA is #435F25. Grayscale: #AEAEAE. Windows color (decimal): -4415270 or 14327996. OLE color: 14327996.

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

Color convert

RGB 188 160 218 -
CMYK 0.14 0.27 0 0.15
HSL 268.97º 0.44% 0.74% -
HSV(B) 268.97º 0.27% 0.85% -
XYZ 45.96 40.89 71.8 -
YUV 174.98 152.28 137.28 -
System Red Green Blue C M Y K H S L
Decimal 188 160 218 0.14 0.27 0 0.15 268.97 0.44 0.74
Hex BC A0 DA E 1B 0 F 10D 2C 4A
Octal 274 240 332 16 33 0 17 415 54 112
Binary 10111100 10100000 11011010 1110 11011 0 1111 100001101 101100 1001010

Color Harmonies of #BCA0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA0DA

Black with #BCA0DA

Text Example


Text Example

White with #BCA0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA0DA; }

 p { color: rgb(188,160,218); }

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

background-color css

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

 a { background-color: rgb(188,160,218); }

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

border-color css

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

 span { border-color: rgb(188,160,218); }

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