Html Css Color HEX #BC9ED5 Perfume

📋 copy color: '#BC9ED5'

red 188 ◦ green 158 ◦ blue 213

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

Shades of Perfume #BC9ED5

Tints of Perfume #BC9ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.1%

R = 33.63%
G = 28.26%
B = 38.1%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC9ED5 (or 0xBC9ED5) is known color: Perfume. HEX triplet: BC, 9E and D5. RGB value is (188,158,213). Sum of RGB (Red+Green+Blue) = 188+158+213=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 158 (62.11% from 255 or 28.26% from 559); Blue value is 213 (83.59% from 255 or 38.10% from 559); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC9ED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9ED5 is #43612A. Grayscale: #ADADAD. Windows color (decimal): -4415787 or 13999804. OLE color: 13999804.

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

Color convert

RGB 188 158 213 -
CMYK 0.12 0.26 0 0.16
HSL 272.73º 0.4% 0.73% -
HSV(B) 272.73º 0.26% 0.84% -
XYZ 44.98 39.95 68.29 -
YUV 173.24 150.44 138.53 -
System Red Green Blue C M Y K H S L
Decimal 188 158 213 0.12 0.26 0 0.16 272.73 0.4 0.73
Hex BC 9E D5 C 1A 0 10 111 28 49
Octal 274 236 325 14 32 0 20 421 50 111
Binary 10111100 10011110 11010101 1100 11010 0 10000 100010001 101000 1001001

Color Harmonies of #BC9ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9ED5

Black with #BC9ED5

Text Example


Text Example

White with #BC9ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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