Html Css Color HEX #BC92F2 Perfume

📋 copy color: '#BC92F2'

red 188 ◦ green 146 ◦ blue 242

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

Shades of Perfume #BC92F2

Tints of Perfume #BC92F2

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.35%

 BLUE value IS 242 (94.92% from 255) = 42.01%

R = 32.64%
G = 25.35%
B = 42.01%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC92F2 (or 0xBC92F2) is known color: Perfume. HEX triplet: BC, 92 and F2. RGB value is (188,146,242). Sum of RGB (Red+Green+Blue) = 188+146+242=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 146 (57.42% from 255 or 25.35% from 576); Blue value is 242 (94.92% from 255 or 42.01% from 576); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC92F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC92F2 is #436D0D. Grayscale: #A9A9A9. Windows color (decimal): -4418830 or 15897276. OLE color: 15897276.

HSL color Cylindrical-coordinate representation of color #BC92F2: hue angle of 266.25º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC92F2 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 146 242 -
CMYK 0.22 0.40 0 0.05
HSL 266.25º 0.79% 0.76% -
HSV(B) 266.25º 0.4% 0.95% -
XYZ 47.04 37.66 88.79 -
YUV 169.5 168.91 141.19 -
System Red Green Blue C M Y K H S L
Decimal 188 146 242 0.22 0.40 0 0.05 266.25 0.79 0.76
Hex BC 92 F2 16 28 0 5 10A 4F 4C
Octal 274 222 362 26 50 0 5 412 117 114
Binary 10111100 10010010 11110010 10110 101000 0 101 100001010 1001111 1001100

Color Harmonies of #BC92F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC92F2

Black with #BC92F2

Text Example


Text Example

White with #BC92F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC92F2; }

 p { color: rgb(188,146,242); }

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

background-color css

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

 a { background-color: rgb(188,146,242); }

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

border-color css

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

 span { border-color: rgb(188,146,242); }

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