Html Css Color HEX #BC9CDE Perfume

📋 copy color: '#BC9CDE'

red 188 ◦ green 156 ◦ blue 222

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

Shades of Perfume #BC9CDE

Tints of Perfume #BC9CDE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.56%

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

R = 33.22%
G = 27.56%
B = 39.22%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC9CDE (or 0xBC9CDE) is known color: Perfume. HEX triplet: BC, 9C and DE. RGB value is (188,156,222). Sum of RGB (Red+Green+Blue) = 188+156+222=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 156 (61.33% from 255 or 27.56% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC9CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9CDE is #436321. Grayscale: #ACACAC. Windows color (decimal): -4416290 or 14589116. OLE color: 14589116.

HSL color Cylindrical-coordinate representation of color #BC9CDE: hue angle of 269.09º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC9CDE is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 156 222 -
CMYK 0.15 0.30 0 0.13
HSL 269.09º 0.5% 0.74% -
HSV(B) 269.09º 0.3% 0.87% -
XYZ 45.81 39.74 74.36 -
YUV 173.09 155.6 138.63 -
System Red Green Blue C M Y K H S L
Decimal 188 156 222 0.15 0.30 0 0.13 269.09 0.5 0.74
Hex BC 9C DE F 1E 0 D 10D 32 4A
Octal 274 234 336 17 36 0 15 415 62 112
Binary 10111100 10011100 11011110 1111 11110 0 1101 100001101 110010 1001010

Color Harmonies of #BC9CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9CDE

Black with #BC9CDE

Text Example


Text Example

White with #BC9CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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