Html Css Color HEX #BB90EB Perfume

📋 copy color: '#BB90EB'

red 187 ◦ green 144 ◦ blue 235

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

Shades of Perfume #BB90EB

Tints of Perfume #BB90EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.52%

R = 33.04%
G = 25.44%
B = 41.52%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB90EB (or 0xBB90EB) is known color: Perfume. HEX triplet: BB, 90 and EB. RGB value is (187,144,235). Sum of RGB (Red+Green+Blue) = 187+144+235=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB90EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB90EB is #446F14. Grayscale: #A6A6A6. Windows color (decimal): -4484885 or 15438011. OLE color: 15438011.

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

Color convert

RGB 187 144 235 -
CMYK 0.20 0.39 0 0.08
HSL 268.35º 0.69% 0.74% -
HSV(B) 268.35º 0.39% 0.92% -
XYZ 45.46 36.51 83.25 -
YUV 167.23 166.25 142.1 -
System Red Green Blue C M Y K H S L
Decimal 187 144 235 0.20 0.39 0 0.08 268.35 0.69 0.74
Hex BB 90 EB 14 27 0 8 10C 45 4A
Octal 273 220 353 24 47 0 10 414 105 112
Binary 10111011 10010000 11101011 10100 100111 0 1000 100001100 1000101 1001010

Color Harmonies of #BB90EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB90EB

Black with #BB90EB

Text Example


Text Example

White with #BB90EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB90EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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