Html Css Color HEX #BCA6D7 Perfume

📋 copy color: '#BCA6D7'

red 188 ◦ green 166 ◦ blue 215

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

Shades of Perfume #BCA6D7

Tints of Perfume #BCA6D7

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.17%

 BLUE value IS 215 (84.38% from 255) = 37.79%

R = 33.04%
G = 29.17%
B = 37.79%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BCA6D7 (or 0xBCA6D7) is known color: Perfume. HEX triplet: BC, A6 and D7. RGB value is (188,166,215). Sum of RGB (Red+Green+Blue) = 188+166+215=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 166 (65.23% from 255 or 29.17% from 569); Blue value is 215 (84.38% from 255 or 37.79% from 569); Max value from RGB is 215 - color contains mainly: blue. Hex color #BCA6D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA6D7 is #435928. Grayscale: #B1B1B1. Windows color (decimal): -4413737 or 14132924. OLE color: 14132924.

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

Color convert

RGB 188 166 215 -
CMYK 0.13 0.23 0 0.16
HSL 266.94º 0.38% 0.75% -
HSV(B) 266.94º 0.23% 0.84% -
XYZ 46.64 42.87 70.11 -
YUV 178.16 148.79 135.02 -
System Red Green Blue C M Y K H S L
Decimal 188 166 215 0.13 0.23 0 0.16 266.94 0.38 0.75
Hex BC A6 D7 D 17 0 10 10B 26 4B
Octal 274 246 327 15 27 0 20 413 46 113
Binary 10111100 10100110 11010111 1101 10111 0 10000 100001011 100110 1001011

Color Harmonies of #BCA6D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA6D7

Black with #BCA6D7

Text Example


Text Example

White with #BCA6D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA6D7; }

 p { color: rgb(188,166,215); }

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

background-color css

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

 a { background-color: rgb(188,166,215); }

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

border-color css

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

 span { border-color: rgb(188,166,215); }

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