Html Css Color HEX #BC95EE Perfume

📋 copy color: '#BC95EE'

red 188 ◦ green 149 ◦ blue 238

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

Shades of Perfume #BC95EE

Tints of Perfume #BC95EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.39%

R = 32.7%
G = 25.91%
B = 41.39%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC95EE (or 0xBC95EE) is known color: Perfume. HEX triplet: BC, 95 and EE. RGB value is (188,149,238). Sum of RGB (Red+Green+Blue) = 188+149+238=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 149 (58.59% from 255 or 25.91% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC95EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC95EE is #436A11. Grayscale: #AAAAAA. Windows color (decimal): -4418066 or 15635900. OLE color: 15635900.

HSL color Cylindrical-coordinate representation of color #BC95EE: hue angle of 266.29º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC95EE is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 149 238 -
CMYK 0.21 0.37 0 0.07
HSL 266.29º 0.72% 0.76% -
HSV(B) 266.29º 0.37% 0.93% -
XYZ 46.92 38.36 85.82 -
YUV 170.81 165.92 140.26 -
System Red Green Blue C M Y K H S L
Decimal 188 149 238 0.21 0.37 0 0.07 266.29 0.72 0.76
Hex BC 95 EE 15 25 0 7 10A 48 4C
Octal 274 225 356 25 45 0 7 412 110 114
Binary 10111100 10010101 11101110 10101 100101 0 111 100001010 1001000 1001100

Color Harmonies of #BC95EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC95EE

Black with #BC95EE

Text Example


Text Example

White with #BC95EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC95EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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