Html Css Color HEX #BC98FA Perfume

📋 copy color: '#BC98FA'

red 188 ◦ green 152 ◦ blue 250

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

Shades of Perfume #BC98FA

Tints of Perfume #BC98FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.37%

R = 31.86%
G = 25.76%
B = 42.37%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC98FA (or 0xBC98FA) is known color: Perfume. HEX triplet: BC, 98 and FA. RGB value is (188,152,250). Sum of RGB (Red+Green+Blue) = 188+152+250=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 152 (59.77% from 255 or 25.76% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC98FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC98FA is #436705. Grayscale: #ADADAD. Windows color (decimal): -4417286 or 16423100. OLE color: 16423100.

HSL color Cylindrical-coordinate representation of color #BC98FA: hue angle of 262.04º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC98FA is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 152 250 -
CMYK 0.25 0.39 0 0.02
HSL 262.04º 0.91% 0.79% -
HSV(B) 262.04º 0.39% 0.98% -
XYZ 49.22 40.05 95.58 -
YUV 173.94 170.93 138.03 -
System Red Green Blue C M Y K H S L
Decimal 188 152 250 0.25 0.39 0 0.02 262.04 0.91 0.79
Hex BC 98 FA 19 27 0 2 106 5B 4F
Octal 274 230 372 31 47 0 2 406 133 117
Binary 10111100 10011000 11111010 11001 100111 0 10 100000110 1011011 1001111

Color Harmonies of #BC98FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC98FA

Black with #BC98FA

Text Example


Text Example

White with #BC98FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC98FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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