Html Css Color HEX #BC95EF Perfume

📋 copy color: '#BC95EF'

red 188 ◦ green 149 ◦ blue 239

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

Shades of Perfume #BC95EF

Tints of Perfume #BC95EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.49%

R = 32.64%
G = 25.87%
B = 41.49%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC95EF (or 0xBC95EF) is known color: Perfume. HEX triplet: BC, 95 and EF. RGB value is (188,149,239). Sum of RGB (Red+Green+Blue) = 188+149+239=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 149 (58.59% from 255 or 25.87% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC95EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC95EF is #436A10. Grayscale: #AAAAAA. Windows color (decimal): -4418065 or 15701436. OLE color: 15701436.

HSL color Cylindrical-coordinate representation of color #BC95EF: hue angle of 266º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC95EF is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 149 239 -
CMYK 0.21 0.38 0 0.06
HSL 266º 0.74% 0.76% -
HSV(B) 266º 0.38% 0.94% -
XYZ 47.07 38.42 86.6 -
YUV 170.92 166.42 140.18 -
System Red Green Blue C M Y K H S L
Decimal 188 149 239 0.21 0.38 0 0.06 266 0.74 0.76
Hex BC 95 EF 15 26 0 6 10A 4A 4C
Octal 274 225 357 25 46 0 6 412 112 114
Binary 10111100 10010101 11101111 10101 100110 0 110 100001010 1001010 1001100

Color Harmonies of #BC95EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC95EF

Black with #BC95EF

Text Example


Text Example

White with #BC95EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC95EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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