Html Css Color HEX #BB90EC Perfume

📋 copy color: '#BB90EC'

red 187 ◦ green 144 ◦ blue 236

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

Shades of Perfume #BB90EC

Tints of Perfume #BB90EC

RGB

 RED value IS 187 (73.44% from 255) = 32.98%

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

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

R = 32.98%
G = 25.4%
B = 41.62%

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

#BB90EC (or 0xBB90EC) is known color: Perfume. HEX triplet: BB, 90 and EC. RGB value is (187,144,236). Sum of RGB (Red+Green+Blue) = 187+144+236=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB90EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB90EC is #446F13. Grayscale: #A7A7A7. Windows color (decimal): -4484884 or 15503547. OLE color: 15503547.

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

Color convert

RGB 187 144 236 -
CMYK 0.21 0.39 0 0.07
HSL 268.04º 0.71% 0.75% -
HSV(B) 268.04º 0.39% 0.93% -
XYZ 45.61 36.57 84.01 -
YUV 167.35 166.75 142.02 -
System Red Green Blue C M Y K H S L
Decimal 187 144 236 0.21 0.39 0 0.07 268.04 0.71 0.75
Hex BB 90 EC 15 27 0 7 10C 47 4B
Octal 273 220 354 25 47 0 7 414 107 113
Binary 10111011 10010000 11101100 10101 100111 0 111 100001100 1000111 1001011

Color Harmonies of #BB90EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB90EC

Black with #BB90EC

Text Example


Text Example

White with #BB90EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB90EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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