Html Css Color HEX #BC98FE Perfume

📋 copy color: '#BC98FE'

red 188 ◦ green 152 ◦ blue 254

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

Shades of Perfume #BC98FE

Tints of Perfume #BC98FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.76%

R = 31.65%
G = 25.59%
B = 42.76%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BC98FE (or 0xBC98FE) is known color: Perfume. HEX triplet: BC, 98 and FE. RGB value is (188,152,254). Sum of RGB (Red+Green+Blue) = 188+152+254=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 152 (59.77% from 255 or 25.59% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC98FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC98FE is #436701. Grayscale: #AEAEAE. Windows color (decimal): -4417282 or 16685244. OLE color: 16685244.

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

Color convert

RGB 188 152 254 -
CMYK 0.26 0.40 0 0.00
HSL 261.18º 0.98% 0.8% -
HSV(B) 261.18º 0.4% 1% -
XYZ 49.86 40.3 98.92 -
YUV 174.39 172.93 137.71 -
System Red Green Blue C M Y K H S L
Decimal 188 152 254 0.26 0.40 0 0.00 261.18 0.98 0.8
Hex BC 98 FE 1A 28 0 0 105 62 50
Octal 274 230 376 32 50 0 0 405 142 120
Binary 10111100 10011000 11111110 11010 101000 0 0 100000101 1100010 1010000

Color Harmonies of #BC98FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC98FE

Black with #BC98FE

Text Example


Text Example

White with #BC98FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC98FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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