Html Css Color HEX #BC98FF Perfume

📋 copy color: '#BC98FF'

red 188 ◦ green 152 ◦ blue 255

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

Shades of Perfume #BC98FF

Tints of Perfume #BC98FF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 25.55%

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

R = 31.6%
G = 25.55%
B = 42.86%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC98FF (or 0xBC98FF) is known color: Perfume. HEX triplet: BC, 98 and FF. RGB value is (188,152,255). Sum of RGB (Red+Green+Blue) = 188+152+255=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 152 (59.77% from 255 or 25.55% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC98FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC98FF is #436700. Grayscale: #AEAEAE. Windows color (decimal): -4417281 or 16750780. OLE color: 16750780.

HSL color Cylindrical-coordinate representation of color #BC98FF: hue angle of 260.97º 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 #BC98FF is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 188 152 255 -
CMYK 0.26 0.40 0 0
HSL 260.97º 1% 0.8% -
HSV(B) 260.97º 0.4% 1% -
XYZ 50.02 40.37 99.76 -
YUV 174.51 173.43 137.62 -
System Red Green Blue C M Y K H S L
Decimal 188 152 255 0.26 0.40 0 0 260.97 1 0.8
Hex BC 98 FF 1A 28 0 0 105 64 50
Octal 274 230 377 32 50 0 0 405 144 120
Binary 10111100 10011000 11111111 11010 101000 0 0 100000101 1100100 1010000

Color Harmonies of #BC98FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC98FF

Black with #BC98FF

Text Example


Text Example

White with #BC98FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC98FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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