Html Css Color HEX #BC9BE7 Perfume

📋 copy color: '#BC9BE7'

red 188 ◦ green 155 ◦ blue 231

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

Shades of Perfume #BC9BE7

Tints of Perfume #BC9BE7

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27%

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

R = 32.75%
G = 27%
B = 40.24%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BC9BE7 (or 0xBC9BE7) is known color: Perfume. HEX triplet: BC, 9B and E7. RGB value is (188,155,231). Sum of RGB (Red+Green+Blue) = 188+155+231=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 231 (90.62% from 255 or 40.24% from 574); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC9BE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9BE7 is #436418. Grayscale: #ADADAD. Windows color (decimal): -4416537 or 15178684. OLE color: 15178684.

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

Color convert

RGB 188 155 231 -
CMYK 0.19 0.33 0 0.09
HSL 266.05º 0.61% 0.76% -
HSV(B) 266.05º 0.33% 0.91% -
XYZ 46.88 39.9 80.83 -
YUV 173.53 160.43 138.32 -
System Red Green Blue C M Y K H S L
Decimal 188 155 231 0.19 0.33 0 0.09 266.05 0.61 0.76
Hex BC 9B E7 13 21 0 9 10A 3D 4C
Octal 274 233 347 23 41 0 11 412 75 114
Binary 10111100 10011011 11100111 10011 100001 0 1001 100001010 111101 1001100

Color Harmonies of #BC9BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9BE7

Black with #BC9BE7

Text Example


Text Example

White with #BC9BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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