Html Css Color HEX #BC9EEB Perfume

📋 copy color: '#BC9EEB'

red 188 ◦ green 158 ◦ blue 235

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

Shades of Perfume #BC9EEB

Tints of Perfume #BC9EEB

RGB

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

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

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

R = 32.36%
G = 27.19%
B = 40.45%

CMYK

 C value IS 0.2

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC9EEB (or 0xBC9EEB) is known color: Perfume. HEX triplet: BC, 9E and EB. RGB value is (188,158,235). Sum of RGB (Red+Green+Blue) = 188+158+235=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC9EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9EEB is #436114. Grayscale: #AFAFAF. Windows color (decimal): -4415765 or 15441596. OLE color: 15441596.

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

Color convert

RGB 188 158 235 -
CMYK 0.2 0.33 0 0.08
HSL 263.38º 0.66% 0.77% -
HSV(B) 263.38º 0.33% 0.92% -
XYZ 47.96 41.14 84.01 -
YUV 175.75 161.44 136.74 -
System Red Green Blue C M Y K H S L
Decimal 188 158 235 0.2 0.33 0 0.08 263.38 0.66 0.77
Hex BC 9E EB 14 21 0 8 107 42 4D
Octal 274 236 353 24 41 0 10 407 102 115
Binary 10111100 10011110 11101011 10100 100001 0 1000 100000111 1000010 1001101

Color Harmonies of #BC9EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9EEB

Black with #BC9EEB

Text Example


Text Example

White with #BC9EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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