Html Css Color HEX #BC9BEB Perfume

📋 copy color: '#BC9BEB'

red 188 ◦ green 155 ◦ blue 235

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

Shades of Perfume #BC9BEB

Tints of Perfume #BC9BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.66%

R = 32.53%
G = 26.82%
B = 40.66%

CMYK

 C value IS 0.2

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC9BEB (or 0xBC9BEB) is known color: Perfume. HEX triplet: BC, 9B and EB. RGB value is (188,155,235). Sum of RGB (Red+Green+Blue) = 188+155+235=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 155 (60.94% from 255 or 26.82% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC9BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9BEB is #436414. Grayscale: #ADADAD. Windows color (decimal): -4416533 or 15440828. OLE color: 15440828.

HSL color Cylindrical-coordinate representation of color #BC9BEB: hue angle of 264.75º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC9BEB is Cyan = 0.2, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 155 235 -
CMYK 0.2 0.34 0 0.08
HSL 264.75º 0.67% 0.76% -
HSV(B) 264.75º 0.34% 0.92% -
XYZ 47.46 40.13 83.84 -
YUV 173.99 162.43 138 -
System Red Green Blue C M Y K H S L
Decimal 188 155 235 0.2 0.34 0 0.08 264.75 0.67 0.76
Hex BC 9B EB 14 22 0 8 109 43 4C
Octal 274 233 353 24 42 0 10 411 103 114
Binary 10111100 10011011 11101011 10100 100010 0 1000 100001001 1000011 1001100

Color Harmonies of #BC9BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9BEB

Black with #BC9BEB

Text Example


Text Example

White with #BC9BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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