Html Css Color HEX #BC99FF Perfume

📋 copy color: '#BC99FF'

red 188 ◦ green 153 ◦ blue 255

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

Shades of Perfume #BC99FF

Tints of Perfume #BC99FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.79%

R = 31.54%
G = 25.67%
B = 42.79%

CMYK

 C value IS 0.26

 M value IS 0.4

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC99FF (or 0xBC99FF) is known color: Perfume. HEX triplet: BC, 99 and FF. RGB value is (188,153,255). Sum of RGB (Red+Green+Blue) = 188+153+255=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 153 (60.16% from 255 or 25.67% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC99FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC99FF is #436600. Grayscale: #AEAEAE. Windows color (decimal): -4417025 or 16751036. OLE color: 16751036.

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

Color convert

RGB 188 153 255 -
CMYK 0.26 0.4 0 0
HSL 260.59º 1% 0.8% -
HSV(B) 260.59º 0.4% 1% -
XYZ 50.18 40.69 99.82 -
YUV 175.09 173.1 137.21 -
System Red Green Blue C M Y K H S L
Decimal 188 153 255 0.26 0.4 0 0 260.59 1 0.8
Hex BC 99 FF 1A 28 0 0 105 64 50
Octal 274 231 377 32 50 0 0 405 144 120
Binary 10111100 10011001 11111111 11010 101000 0 0 100000101 1100100 1010000

Color Harmonies of #BC99FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC99FF

Black with #BC99FF

Text Example


Text Example

White with #BC99FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC99FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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