Html Css Color HEX #BC9DDE Perfume

📋 copy color: '#BC9DDE'

red 188 ◦ green 157 ◦ blue 222

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

Shades of Perfume #BC9DDE

Tints of Perfume #BC9DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.15%

R = 33.16%
G = 27.69%
B = 39.15%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC9DDE (or 0xBC9DDE) is known color: Perfume. HEX triplet: BC, 9D and DE. RGB value is (188,157,222). Sum of RGB (Red+Green+Blue) = 188+157+222=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 157 (61.72% from 255 or 27.69% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC9DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9DDE is #436221. Grayscale: #ADADAD. Windows color (decimal): -4416034 or 14589372. OLE color: 14589372.

HSL color Cylindrical-coordinate representation of color #BC9DDE: hue angle of 268.62º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC9DDE is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 157 222 -
CMYK 0.15 0.29 0 0.13
HSL 268.62º 0.5% 0.74% -
HSV(B) 268.62º 0.29% 0.87% -
XYZ 45.98 40.08 74.42 -
YUV 173.68 155.27 138.21 -
System Red Green Blue C M Y K H S L
Decimal 188 157 222 0.15 0.29 0 0.13 268.62 0.5 0.74
Hex BC 9D DE F 1D 0 D 10D 32 4A
Octal 274 235 336 17 35 0 15 415 62 112
Binary 10111100 10011101 11011110 1111 11101 0 1101 100001101 110010 1001010

Color Harmonies of #BC9DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9DDE

Black with #BC9DDE

Text Example


Text Example

White with #BC9DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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