Html Css Color HEX #BC95E0 Perfume

📋 copy color: '#BC95E0'

red 188 ◦ green 149 ◦ blue 224

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

Shades of Perfume #BC95E0

Tints of Perfume #BC95E0

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.56%

 BLUE value IS 224 (87.89% from 255) = 39.93%

R = 33.51%
G = 26.56%
B = 39.93%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BC95E0 (or 0xBC95E0) is known color: Perfume. HEX triplet: BC, 95 and E0. RGB value is (188,149,224). Sum of RGB (Red+Green+Blue) = 188+149+224=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 224 (87.89% from 255 or 39.93% from 561); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC95E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC95E0 is #436A1F. Grayscale: #A8A8A8. Windows color (decimal): -4418080 or 14718396. OLE color: 14718396.

HSL color Cylindrical-coordinate representation of color #BC95E0: hue angle of 271.2º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC95E0 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 149 224 -
CMYK 0.16 0.33 0 0.12
HSL 271.2º 0.55% 0.73% -
HSV(B) 271.2º 0.33% 0.88% -
XYZ 44.94 37.57 75.4 -
YUV 169.21 158.92 141.4 -
System Red Green Blue C M Y K H S L
Decimal 188 149 224 0.16 0.33 0 0.12 271.2 0.55 0.73
Hex BC 95 E0 10 21 0 C 10F 37 49
Octal 274 225 340 20 41 0 14 417 67 111
Binary 10111100 10010101 11100000 10000 100001 0 1100 100001111 110111 1001001

Color Harmonies of #BC95E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC95E0

Black with #BC95E0

Text Example


Text Example

White with #BC95E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC95E0; }

 p { color: rgb(188,149,224); }

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

background-color css

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

 a { background-color: rgb(188,149,224); }

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

border-color css

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

 span { border-color: rgb(188,149,224); }

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