Html Css Color HEX #BC8DFB Perfume

📋 copy color: '#BC8DFB'

red 188 ◦ green 141 ◦ blue 251

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

Shades of Perfume #BC8DFB

Tints of Perfume #BC8DFB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.31%

 BLUE value IS 251 (98.44% from 255) = 43.28%

R = 32.41%
G = 24.31%
B = 43.28%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC8DFB (or 0xBC8DFB) is known color: Perfume. HEX triplet: BC, 8D and FB. RGB value is (188,141,251). Sum of RGB (Red+Green+Blue) = 188+141+251=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 141 (55.47% from 255 or 24.31% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC8DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8DFB is #437204. Grayscale: #A7A7A7. Windows color (decimal): -4420101 or 16485820. OLE color: 16485820.

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

Color convert

RGB 188 141 251 -
CMYK 0.25 0.44 0 0.02
HSL 265.64º 0.93% 0.77% -
HSV(B) 265.64º 0.44% 0.98% -
XYZ 47.68 36.71 95.84 -
YUV 167.59 175.07 142.56 -
System Red Green Blue C M Y K H S L
Decimal 188 141 251 0.25 0.44 0 0.02 265.64 0.93 0.77
Hex BC 8D FB 19 2C 0 2 10A 5D 4D
Octal 274 215 373 31 54 0 2 412 135 115
Binary 10111100 10001101 11111011 11001 101100 0 10 100001010 1011101 1001101

Color Harmonies of #BC8DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8DFB

Black with #BC8DFB

Text Example


Text Example

White with #BC8DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8DFB; }

 p { color: rgb(188,141,251); }

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

background-color css

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

 a { background-color: rgb(188,141,251); }

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

border-color css

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

 span { border-color: rgb(188,141,251); }

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