Html Css Color HEX #BC90EC Perfume

📋 copy color: '#BC90EC'

red 188 ◦ green 144 ◦ blue 236

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

Shades of Perfume #BC90EC

Tints of Perfume #BC90EC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.35%

 BLUE value IS 236 (92.58% from 255) = 41.55%

R = 33.1%
G = 25.35%
B = 41.55%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC90EC (or 0xBC90EC) is known color: Perfume. HEX triplet: BC, 90 and EC. RGB value is (188,144,236). Sum of RGB (Red+Green+Blue) = 188+144+236=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC90EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC90EC is #436F13. Grayscale: #A7A7A7. Windows color (decimal): -4419348 or 15503548. OLE color: 15503548.

HSL color Cylindrical-coordinate representation of color #BC90EC: hue angle of 268.7º degrees, saturation: 0.71, 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 #BC90EC is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 144 236 -
CMYK 0.20 0.39 0 0.07
HSL 268.7º 0.71% 0.75% -
HSV(B) 268.7º 0.39% 0.93% -
XYZ 45.85 36.69 84.02 -
YUV 167.64 166.58 142.52 -
System Red Green Blue C M Y K H S L
Decimal 188 144 236 0.20 0.39 0 0.07 268.7 0.71 0.75
Hex BC 90 EC 14 27 0 7 10D 47 4B
Octal 274 220 354 24 47 0 7 415 107 113
Binary 10111100 10010000 11101100 10100 100111 0 111 100001101 1000111 1001011

Color Harmonies of #BC90EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC90EC

Black with #BC90EC

Text Example


Text Example

White with #BC90EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC90EC; }

 p { color: rgb(188,144,236); }

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

background-color css

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

 a { background-color: rgb(188,144,236); }

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

border-color css

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

 span { border-color: rgb(188,144,236); }

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