Html Css Color HEX #BC9FD3 Perfume

📋 copy color: '#BC9FD3'

red 188 ◦ green 159 ◦ blue 211

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

Shades of Perfume #BC9FD3

Tints of Perfume #BC9FD3

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.49%

 BLUE value IS 211 (82.81% from 255) = 37.81%

R = 33.69%
G = 28.49%
B = 37.81%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BC9FD3 (or 0xBC9FD3) is known color: Perfume. HEX triplet: BC, 9F and D3. RGB value is (188,159,211). Sum of RGB (Red+Green+Blue) = 188+159+211=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 211 (82.81% from 255 or 37.81% from 558); Max value from RGB is 211 - color contains mainly: blue. Hex color #BC9FD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9FD3 is #43602C. Grayscale: #ADADAD. Windows color (decimal): -4415533 or 13868988. OLE color: 13868988.

HSL color Cylindrical-coordinate representation of color #BC9FD3: hue angle of 273.46º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BC9FD3 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 159 211 -
CMYK 0.11 0.25 0 0.17
HSL 273.46º 0.37% 0.73% -
HSV(B) 273.46º 0.25% 0.83% -
XYZ 44.9 40.19 67.02 -
YUV 173.6 149.11 138.27 -
System Red Green Blue C M Y K H S L
Decimal 188 159 211 0.11 0.25 0 0.17 273.46 0.37 0.73
Hex BC 9F D3 B 19 0 11 111 25 49
Octal 274 237 323 13 31 0 21 421 45 111
Binary 10111100 10011111 11010011 1011 11001 0 10001 100010001 100101 1001001

Color Harmonies of #BC9FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9FD3

Black with #BC9FD3

Text Example


Text Example

White with #BC9FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9FD3; }

 p { color: rgb(188,159,211); }

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

background-color css

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

 a { background-color: rgb(188,159,211); }

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

border-color css

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

 span { border-color: rgb(188,159,211); }

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