Html Css Color HEX #BCA0DE Perfume

📋 copy color: '#BCA0DE'

red 188 ◦ green 160 ◦ blue 222

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

Shades of Perfume #BCA0DE

Tints of Perfume #BCA0DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.95%

R = 32.98%
G = 28.07%
B = 38.95%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCA0DE (or 0xBCA0DE) is known color: Perfume. HEX triplet: BC, A0 and DE. RGB value is (188,160,222). Sum of RGB (Red+Green+Blue) = 188+160+222=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 160 (62.89% from 255 or 28.07% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCA0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA0DE is #435F21. Grayscale: #AFAFAF. Windows color (decimal): -4415266 or 14590140. OLE color: 14590140.

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

Color convert

RGB 188 160 222 -
CMYK 0.15 0.28 0 0.13
HSL 267.1º 0.48% 0.75% -
HSV(B) 267.1º 0.28% 0.87% -
XYZ 46.49 41.11 74.59 -
YUV 175.44 154.28 136.96 -
System Red Green Blue C M Y K H S L
Decimal 188 160 222 0.15 0.28 0 0.13 267.1 0.48 0.75
Hex BC A0 DE F 1C 0 D 10B 30 4B
Octal 274 240 336 17 34 0 15 413 60 113
Binary 10111100 10100000 11011110 1111 11100 0 1101 100001011 110000 1001011

Color Harmonies of #BCA0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA0DE

Black with #BCA0DE

Text Example


Text Example

White with #BCA0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA0DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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