Html Css Color HEX #BC9BD8 Perfume

📋 copy color: '#BC9BD8'

red 188 ◦ green 155 ◦ blue 216

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

Shades of Perfume #BC9BD8

Tints of Perfume #BC9BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.64%

R = 33.63%
G = 27.73%
B = 38.64%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC9BD8 (or 0xBC9BD8) is known color: Perfume. HEX triplet: BC, 9B and D8. RGB value is (188,155,216). Sum of RGB (Red+Green+Blue) = 188+155+216=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 216 (84.77% from 255 or 38.64% from 559); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC9BD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9BD8 is #436427. Grayscale: #ABABAB. Windows color (decimal): -4416552 or 14195644. OLE color: 14195644.

HSL color Cylindrical-coordinate representation of color #BC9BD8: hue angle of 272.46º degrees, saturation: 0.44, 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 #BC9BD8 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 155 216 -
CMYK 0.13 0.28 0 0.15
HSL 272.46º 0.44% 0.73% -
HSV(B) 272.46º 0.28% 0.85% -
XYZ 44.86 39.09 70.15 -
YUV 171.82 152.93 139.54 -
System Red Green Blue C M Y K H S L
Decimal 188 155 216 0.13 0.28 0 0.15 272.46 0.44 0.73
Hex BC 9B D8 D 1C 0 F 110 2C 49
Octal 274 233 330 15 34 0 17 420 54 111
Binary 10111100 10011011 11011000 1101 11100 0 1111 100010000 101100 1001001

Color Harmonies of #BC9BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9BD8

Black with #BC9BD8

Text Example


Text Example

White with #BC9BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9BD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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