Html Css Color HEX #BC9ED7 Perfume

📋 copy color: '#BC9ED7'

red 188 ◦ green 158 ◦ blue 215

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

Shades of Perfume #BC9ED7

Tints of Perfume #BC9ED7

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.16%

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

R = 33.51%
G = 28.16%
B = 38.32%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC9ED7 (or 0xBC9ED7) is known color: Perfume. HEX triplet: BC, 9E and D7. RGB value is (188,158,215). Sum of RGB (Red+Green+Blue) = 188+158+215=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 215 (84.38% from 255 or 38.32% from 561); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC9ED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9ED7 is #436128. Grayscale: #ADADAD. Windows color (decimal): -4415785 or 14130876. OLE color: 14130876.

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

Color convert

RGB 188 158 215 -
CMYK 0.13 0.27 0 0.16
HSL 271.58º 0.42% 0.73% -
HSV(B) 271.58º 0.27% 0.84% -
XYZ 45.23 40.05 69.64 -
YUV 173.47 151.44 138.37 -
System Red Green Blue C M Y K H S L
Decimal 188 158 215 0.13 0.27 0 0.16 271.58 0.42 0.73
Hex BC 9E D7 D 1B 0 10 110 2A 49
Octal 274 236 327 15 33 0 20 420 52 111
Binary 10111100 10011110 11010111 1101 11011 0 10000 100010000 101010 1001001

Color Harmonies of #BC9ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9ED7

Black with #BC9ED7

Text Example


Text Example

White with #BC9ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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