Html Css Color HEX #BC99F8 Perfume

📋 copy color: '#BC99F8'

red 188 ◦ green 153 ◦ blue 248

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

Shades of Perfume #BC99F8

Tints of Perfume #BC99F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 42.11%

R = 31.92%
G = 25.98%
B = 42.11%

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

#BC99F8 (or 0xBC99F8) is known color: Perfume. HEX triplet: BC, 99 and F8. RGB value is (188,153,248). Sum of RGB (Red+Green+Blue) = 188+153+248=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 153 (60.16% from 255 or 25.98% from 589); Blue value is 248 (97.27% from 255 or 42.11% from 589); Max value from RGB is 248 - color contains mainly: blue. Hex color #BC99F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC99F8 is #436607. Grayscale: #ADADAD. Windows color (decimal): -4417032 or 16292284. OLE color: 16292284.

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

Color convert

RGB 188 153 248 -
CMYK 0.24 0.38 0 0.03
HSL 262.11º 0.87% 0.79% -
HSV(B) 262.11º 0.38% 0.97% -
XYZ 49.07 40.25 93.99 -
YUV 174.3 169.6 137.78 -
System Red Green Blue C M Y K H S L
Decimal 188 153 248 0.24 0.38 0 0.03 262.11 0.87 0.79
Hex BC 99 F8 18 26 0 3 106 57 4F
Octal 274 231 370 30 46 0 3 406 127 117
Binary 10111100 10011001 11111000 11000 100110 0 11 100000110 1010111 1001111

Color Harmonies of #BC99F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC99F8

Black with #BC99F8

Text Example


Text Example

White with #BC99F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC99F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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