Html Css Color HEX #BC9AE8 Perfume

📋 copy color: '#BC9AE8'

red 188 ◦ green 154 ◦ blue 232

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

Shades of Perfume #BC9AE8

Tints of Perfume #BC9AE8

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.83%

 BLUE value IS 232 (91.02% from 255) = 40.42%

R = 32.75%
G = 26.83%
B = 40.42%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BC9AE8 (or 0xBC9AE8) is known color: Perfume. HEX triplet: BC, 9A and E8. RGB value is (188,154,232). Sum of RGB (Red+Green+Blue) = 188+154+232=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 154 (60.55% from 255 or 26.83% from 574); Blue value is 232 (91.02% from 255 or 40.42% from 574); Max value from RGB is 232 - color contains mainly: blue. Hex color #BC9AE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9AE8 is #436517. Grayscale: #ACACAC. Windows color (decimal): -4416792 or 15243964. OLE color: 15243964.

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

Color convert

RGB 188 154 232 -
CMYK 0.19 0.34 0 0.09
HSL 266.15º 0.63% 0.76% -
HSV(B) 266.15º 0.34% 0.91% -
XYZ 46.86 39.63 81.52 -
YUV 173.06 161.26 138.66 -
System Red Green Blue C M Y K H S L
Decimal 188 154 232 0.19 0.34 0 0.09 266.15 0.63 0.76
Hex BC 9A E8 13 22 0 9 10A 3F 4C
Octal 274 232 350 23 42 0 11 412 77 114
Binary 10111100 10011010 11101000 10011 100010 0 1001 100001010 111111 1001100

Color Harmonies of #BC9AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9AE8

Black with #BC9AE8

Text Example


Text Example

White with #BC9AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9AE8; }

 p { color: rgb(188,154,232); }

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

background-color css

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

 a { background-color: rgb(188,154,232); }

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

border-color css

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

 span { border-color: rgb(188,154,232); }

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