Html Css Color HEX #BC8CFB Perfume

📋 copy color: '#BC8CFB'

red 188 ◦ green 140 ◦ blue 251

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

Shades of Perfume #BC8CFB

Tints of Perfume #BC8CFB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.18%

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

R = 32.47%
G = 24.18%
B = 43.35%

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

#BC8CFB (or 0xBC8CFB) is known color: Perfume. HEX triplet: BC, 8C and FB. RGB value is (188,140,251). Sum of RGB (Red+Green+Blue) = 188+140+251=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 140 (55.08% from 255 or 24.18% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC8CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8CFB is #437304. Grayscale: #A6A6A6. Windows color (decimal): -4420357 or 16485564. OLE color: 16485564.

HSL color Cylindrical-coordinate representation of color #BC8CFB: hue angle of 265.95º 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 #BC8CFB is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 140 251 -
CMYK 0.25 0.44 0 0.02
HSL 265.95º 0.93% 0.77% -
HSV(B) 265.95º 0.44% 0.98% -
XYZ 47.53 36.41 95.79 -
YUV 167.01 175.4 142.97 -
System Red Green Blue C M Y K H S L
Decimal 188 140 251 0.25 0.44 0 0.02 265.95 0.93 0.77
Hex BC 8C FB 19 2C 0 2 10A 5D 4D
Octal 274 214 373 31 54 0 2 412 135 115
Binary 10111100 10001100 11111011 11001 101100 0 10 100001010 1011101 1001101

Color Harmonies of #BC8CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8CFB

Black with #BC8CFB

Text Example


Text Example

White with #BC8CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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