Html Css Color HEX #BC9BDB Perfume

📋 copy color: '#BC9BDB'

red 188 ◦ green 155 ◦ blue 219

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

Shades of Perfume #BC9BDB

Tints of Perfume #BC9BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.58%

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

R = 33.45%
G = 27.58%
B = 38.97%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC9BDB (or 0xBC9BDB) is known color: Perfume. HEX triplet: BC, 9B and DB. RGB value is (188,155,219). Sum of RGB (Red+Green+Blue) = 188+155+219=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC9BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9BDB is #436424. Grayscale: #ABABAB. Windows color (decimal): -4416549 or 14392252. OLE color: 14392252.

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

Color convert

RGB 188 155 219 -
CMYK 0.14 0.29 0 0.14
HSL 270.94º 0.47% 0.73% -
HSV(B) 270.94º 0.29% 0.86% -
XYZ 45.25 39.25 72.21 -
YUV 172.16 154.43 139.3 -
System Red Green Blue C M Y K H S L
Decimal 188 155 219 0.14 0.29 0 0.14 270.94 0.47 0.73
Hex BC 9B DB E 1D 0 E 10F 2F 49
Octal 274 233 333 16 35 0 16 417 57 111
Binary 10111100 10011011 11011011 1110 11101 0 1110 100001111 101111 1001001

Color Harmonies of #BC9BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9BDB

Black with #BC9BDB

Text Example


Text Example

White with #BC9BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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