Html Css Color HEX #BC91ED Perfume

📋 copy color: '#BC91ED'

red 188 ◦ green 145 ◦ blue 237

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

Shades of Perfume #BC91ED

Tints of Perfume #BC91ED

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.44%

 BLUE value IS 237 (92.97% from 255) = 41.58%

R = 32.98%
G = 25.44%
B = 41.58%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC91ED (or 0xBC91ED) is known color: Perfume. HEX triplet: BC, 91 and ED. RGB value is (188,145,237). Sum of RGB (Red+Green+Blue) = 188+145+237=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 145 (57.03% from 255 or 25.44% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC91ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC91ED is #436E12. Grayscale: #A8A8A8. Windows color (decimal): -4419091 or 15569340. OLE color: 15569340.

HSL color Cylindrical-coordinate representation of color #BC91ED: hue angle of 268.04º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC91ED is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 145 237 -
CMYK 0.21 0.39 0 0.07
HSL 268.04º 0.72% 0.75% -
HSV(B) 268.04º 0.39% 0.93% -
XYZ 46.15 37.06 84.84 -
YUV 168.35 166.75 142.02 -
System Red Green Blue C M Y K H S L
Decimal 188 145 237 0.21 0.39 0 0.07 268.04 0.72 0.75
Hex BC 91 ED 15 27 0 7 10C 48 4B
Octal 274 221 355 25 47 0 7 414 110 113
Binary 10111100 10010001 11101101 10101 100111 0 111 100001100 1001000 1001011

Color Harmonies of #BC91ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC91ED

Black with #BC91ED

Text Example


Text Example

White with #BC91ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC91ED; }

 p { color: rgb(188,145,237); }

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

background-color css

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

 a { background-color: rgb(188,145,237); }

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

border-color css

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

 span { border-color: rgb(188,145,237); }

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