Html Css Color HEX #BC9DDB Perfume

📋 copy color: '#BC9DDB'

red 188 ◦ green 157 ◦ blue 219

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

Shades of Perfume #BC9DDB

Tints of Perfume #BC9DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.84%

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

R = 33.33%
G = 27.84%
B = 38.83%

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

#BC9DDB (or 0xBC9DDB) is known color: Perfume. HEX triplet: BC, 9D and DB. RGB value is (188,157,219). Sum of RGB (Red+Green+Blue) = 188+157+219=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 157 (61.72% from 255 or 27.84% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC9DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9DDB is #436224. Grayscale: #ADADAD. Windows color (decimal): -4416037 or 14392764. OLE color: 14392764.

HSL color Cylindrical-coordinate representation of color #BC9DDB: hue angle of 270º 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 #BC9DDB is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 157 219 -
CMYK 0.14 0.28 0 0.14
HSL 270º 0.46% 0.74% -
HSV(B) 270º 0.28% 0.86% -
XYZ 45.58 39.92 72.32 -
YUV 173.34 153.77 138.46 -
System Red Green Blue C M Y K H S L
Decimal 188 157 219 0.14 0.28 0 0.14 270 0.46 0.74
Hex BC 9D DB E 1C 0 E 10E 2E 4A
Octal 274 235 333 16 34 0 16 416 56 112
Binary 10111100 10011101 11011011 1110 11100 0 1110 100001110 101110 1001010

Color Harmonies of #BC9DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9DDB

Black with #BC9DDB

Text Example


Text Example

White with #BC9DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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