Html Css Color HEX #BC9FFE Perfume

📋 copy color: '#BC9FFE'

red 188 ◦ green 159 ◦ blue 254

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

Shades of Perfume #BC9FFE

Tints of Perfume #BC9FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.26%

R = 31.28%
G = 26.46%
B = 42.26%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BC9FFE (or 0xBC9FFE) is known color: Perfume. HEX triplet: BC, 9F and FE. RGB value is (188,159,254). Sum of RGB (Red+Green+Blue) = 188+159+254=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 159 (62.5% from 255 or 26.46% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC9FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9FFE is #436001. Grayscale: #B2B2B2. Windows color (decimal): -4415490 or 16687036. OLE color: 16687036.

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

Color convert

RGB 188 159 254 -
CMYK 0.26 0.37 0 0.00
HSL 258.32º 0.98% 0.81% -
HSV(B) 258.32º 0.37% 1% -
XYZ 51.03 42.64 99.31 -
YUV 178.5 170.61 134.78 -
System Red Green Blue C M Y K H S L
Decimal 188 159 254 0.26 0.37 0 0.00 258.32 0.98 0.81
Hex BC 9F FE 1A 25 0 0 102 62 51
Octal 274 237 376 32 45 0 0 402 142 121
Binary 10111100 10011111 11111110 11010 100101 0 0 100000010 1100010 1010001

Color Harmonies of #BC9FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9FFE

Black with #BC9FFE

Text Example


Text Example

White with #BC9FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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