Html Css Color HEX #BC9EDB Perfume

📋 copy color: '#BC9EDB'

red 188 ◦ green 158 ◦ blue 219

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

Shades of Perfume #BC9EDB

Tints of Perfume #BC9EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.76%

R = 33.27%
G = 27.96%
B = 38.76%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC9EDB (or 0xBC9EDB) is known color: Perfume. HEX triplet: BC, 9E and DB. RGB value is (188,158,219). Sum of RGB (Red+Green+Blue) = 188+158+219=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 158 (62.11% from 255 or 27.96% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC9EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9EDB is #436124. Grayscale: #ADADAD. Windows color (decimal): -4415781 or 14393020. OLE color: 14393020.

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

Color convert

RGB 188 158 219 -
CMYK 0.14 0.28 0 0.14
HSL 269.51º 0.46% 0.74% -
HSV(B) 269.51º 0.28% 0.86% -
XYZ 45.75 40.26 72.38 -
YUV 173.92 153.44 138.04 -
System Red Green Blue C M Y K H S L
Decimal 188 158 219 0.14 0.28 0 0.14 269.51 0.46 0.74
Hex BC 9E DB E 1C 0 E 10E 2E 4A
Octal 274 236 333 16 34 0 16 416 56 112
Binary 10111100 10011110 11011011 1110 11100 0 1110 100001110 101110 1001010

Color Harmonies of #BC9EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9EDB

Black with #BC9EDB

Text Example


Text Example

White with #BC9EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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