Html Css Color HEX #BC99F7 Perfume

📋 copy color: '#BC99F7'

red 188 ◦ green 153 ◦ blue 247

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

Shades of Perfume #BC99F7

Tints of Perfume #BC99F7

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.02%

 BLUE value IS 247 (96.88% from 255) = 42.01%

R = 31.97%
G = 26.02%
B = 42.01%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BC99F7 (or 0xBC99F7) is known color: Perfume. HEX triplet: BC, 99 and F7. RGB value is (188,153,247). Sum of RGB (Red+Green+Blue) = 188+153+247=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 153 (60.16% from 255 or 26.02% from 588); Blue value is 247 (96.88% from 255 or 42.01% from 588); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC99F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC99F7 is #436608. Grayscale: #ADADAD. Windows color (decimal): -4417033 or 16226748. OLE color: 16226748.

HSL color Cylindrical-coordinate representation of color #BC99F7: hue angle of 262.34º degrees, saturation: 0.85, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC99F7 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 153 247 -
CMYK 0.24 0.38 0 0.03
HSL 262.34º 0.85% 0.78% -
HSV(B) 262.34º 0.38% 0.97% -
XYZ 48.92 40.19 93.17 -
YUV 174.18 169.1 137.86 -
System Red Green Blue C M Y K H S L
Decimal 188 153 247 0.24 0.38 0 0.03 262.34 0.85 0.78
Hex BC 99 F7 18 26 0 3 106 55 4E
Octal 274 231 367 30 46 0 3 406 125 116
Binary 10111100 10011001 11110111 11000 100110 0 11 100000110 1010101 1001110

Color Harmonies of #BC99F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC99F7

Black with #BC99F7

Text Example


Text Example

White with #BC99F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC99F7; }

 p { color: rgb(188,153,247); }

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

background-color css

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

 a { background-color: rgb(188,153,247); }

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

border-color css

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

 span { border-color: rgb(188,153,247); }

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