Html Css Color HEX #BC9FEA Perfume

📋 copy color: '#BC9FEA'

red 188 ◦ green 159 ◦ blue 234

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

Shades of Perfume #BC9FEA

Tints of Perfume #BC9FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.28%

R = 32.36%
G = 27.37%
B = 40.28%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC9FEA (or 0xBC9FEA) is known color: Perfume. HEX triplet: BC, 9F and EA. RGB value is (188,159,234). Sum of RGB (Red+Green+Blue) = 188+159+234=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC9FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9FEA is #436015. Grayscale: #AFAFAF. Windows color (decimal): -4415510 or 15376316. OLE color: 15376316.

HSL color Cylindrical-coordinate representation of color #BC9FEA: hue angle of 263.2º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC9FEA is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 159 234 -
CMYK 0.20 0.32 0 0.08
HSL 263.2º 0.64% 0.77% -
HSV(B) 263.2º 0.32% 0.92% -
XYZ 47.99 41.43 83.31 -
YUV 176.22 160.61 136.4 -
System Red Green Blue C M Y K H S L
Decimal 188 159 234 0.20 0.32 0 0.08 263.2 0.64 0.77
Hex BC 9F EA 14 20 0 8 107 40 4D
Octal 274 237 352 24 40 0 10 407 100 115
Binary 10111100 10011111 11101010 10100 100000 0 1000 100000111 1000000 1001101

Color Harmonies of #BC9FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9FEA

Black with #BC9FEA

Text Example


Text Example

White with #BC9FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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