Html Css Color HEX #BC9CDA Perfume

📋 copy color: '#BC9CDA'

red 188 ◦ green 156 ◦ blue 218

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

Shades of Perfume #BC9CDA

Tints of Perfume #BC9CDA

RGB

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

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

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

R = 33.45%
G = 27.76%
B = 38.79%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC9CDA (or 0xBC9CDA) is known color: Perfume. HEX triplet: BC, 9C and DA. RGB value is (188,156,218). Sum of RGB (Red+Green+Blue) = 188+156+218=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 156 (61.33% from 255 or 27.76% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC9CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9CDA is #436325. Grayscale: #ACACAC. Windows color (decimal): -4416294 or 14326972. OLE color: 14326972.

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

Color convert

RGB 188 156 218 -
CMYK 0.14 0.28 0 0.15
HSL 270.97º 0.46% 0.73% -
HSV(B) 270.97º 0.28% 0.85% -
XYZ 45.28 39.53 71.57 -
YUV 172.64 153.6 138.96 -
System Red Green Blue C M Y K H S L
Decimal 188 156 218 0.14 0.28 0 0.15 270.97 0.46 0.73
Hex BC 9C DA E 1C 0 F 10F 2E 49
Octal 274 234 332 16 34 0 17 417 56 111
Binary 10111100 10011100 11011010 1110 11100 0 1111 100001111 101110 1001001

Color Harmonies of #BC9CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9CDA

Black with #BC9CDA

Text Example


Text Example

White with #BC9CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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