Html Css Color HEX #BC9FFD Perfume

📋 copy color: '#BC9FFD'

red 188 ◦ green 159 ◦ blue 253

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

Shades of Perfume #BC9FFD

Tints of Perfume #BC9FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.17%

R = 31.33%
G = 26.5%
B = 42.17%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC9FFD (or 0xBC9FFD) is known color: Perfume. HEX triplet: BC, 9F and FD. RGB value is (188,159,253). Sum of RGB (Red+Green+Blue) = 188+159+253=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 159 (62.5% from 255 or 26.5% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC9FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9FFD is #436002. Grayscale: #B2B2B2. Windows color (decimal): -4415491 or 16621500. OLE color: 16621500.

HSL color Cylindrical-coordinate representation of color #BC9FFD: hue angle of 258.51º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC9FFD is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 159 253 -
CMYK 0.26 0.37 0 0.01
HSL 258.51º 0.96% 0.81% -
HSV(B) 258.51º 0.37% 0.99% -
XYZ 50.87 42.58 98.47 -
YUV 178.39 170.11 134.86 -
System Red Green Blue C M Y K H S L
Decimal 188 159 253 0.26 0.37 0 0.01 258.51 0.96 0.81
Hex BC 9F FD 1A 25 0 1 103 60 51
Octal 274 237 375 32 45 0 1 403 140 121
Binary 10111100 10011111 11111101 11010 100101 0 1 100000011 1100000 1010001

Color Harmonies of #BC9FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9FFD

Black with #BC9FFD

Text Example


Text Example

White with #BC9FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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