Html Css Color HEX #BC9EEA Perfume

📋 copy color: '#BC9EEA'

red 188 ◦ green 158 ◦ blue 234

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

Shades of Perfume #BC9EEA

Tints of Perfume #BC9EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.34%

R = 32.41%
G = 27.24%
B = 40.34%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC9EEA (or 0xBC9EEA) is known color: Perfume. HEX triplet: BC, 9E and EA. RGB value is (188,158,234). Sum of RGB (Red+Green+Blue) = 188+158+234=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 158 (62.11% from 255 or 27.24% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC9EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9EEA is #436115. Grayscale: #AFAFAF. Windows color (decimal): -4415766 or 15376060. OLE color: 15376060.

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

Color convert

RGB 188 158 234 -
CMYK 0.20 0.32 0 0.08
HSL 263.68º 0.64% 0.77% -
HSV(B) 263.68º 0.32% 0.92% -
XYZ 47.82 41.09 83.25 -
YUV 175.63 160.94 136.82 -
System Red Green Blue C M Y K H S L
Decimal 188 158 234 0.20 0.32 0 0.08 263.68 0.64 0.77
Hex BC 9E EA 14 20 0 8 108 40 4D
Octal 274 236 352 24 40 0 10 410 100 115
Binary 10111100 10011110 11101010 10100 100000 0 1000 100001000 1000000 1001101

Color Harmonies of #BC9EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9EEA

Black with #BC9EEA

Text Example


Text Example

White with #BC9EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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