Html Css Color HEX #BC9EE7 Perfume

📋 copy color: '#BC9EE7'

red 188 ◦ green 158 ◦ blue 231

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

Shades of Perfume #BC9EE7

Tints of Perfume #BC9EE7

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.38%

 BLUE value IS 231 (90.63% from 255) = 40.03%

R = 32.58%
G = 27.38%
B = 40.03%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BC9EE7 (or 0xBC9EE7) is known color: Perfume. HEX triplet: BC, 9E and E7. RGB value is (188,158,231). Sum of RGB (Red+Green+Blue) = 188+158+231=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 158 (62.11% from 255 or 27.38% from 577); Blue value is 231 (90.62% from 255 or 40.03% from 577); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC9EE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9EE7 is #436118. Grayscale: #AFAFAF. Windows color (decimal): -4415769 or 15179452. OLE color: 15179452.

HSL color Cylindrical-coordinate representation of color #BC9EE7: hue angle of 264.66º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC9EE7 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 158 231 -
CMYK 0.19 0.32 0 0.09
HSL 264.66º 0.6% 0.76% -
HSV(B) 264.66º 0.32% 0.91% -
XYZ 47.39 40.91 81 -
YUV 175.29 159.44 137.06 -
System Red Green Blue C M Y K H S L
Decimal 188 158 231 0.19 0.32 0 0.09 264.66 0.6 0.76
Hex BC 9E E7 13 20 0 9 109 3C 4C
Octal 274 236 347 23 40 0 11 411 74 114
Binary 10111100 10011110 11100111 10011 100000 0 1001 100001001 111100 1001100

Color Harmonies of #BC9EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9EE7

Black with #BC9EE7

Text Example


Text Example

White with #BC9EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9EE7; }

 p { color: rgb(188,158,231); }

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

background-color css

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

 a { background-color: rgb(188,158,231); }

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

border-color css

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

 span { border-color: rgb(188,158,231); }

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