Html Css Color HEX #BB90EA Perfume

📋 copy color: '#BB90EA'

red 187 ◦ green 144 ◦ blue 234

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

Shades of Perfume #BB90EA

Tints of Perfume #BB90EA

RGB

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

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

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

R = 33.1%
G = 25.49%
B = 41.42%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB90EA (or 0xBB90EA) is known color: Perfume. HEX triplet: BB, 90 and EA. RGB value is (187,144,234). Sum of RGB (Red+Green+Blue) = 187+144+234=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB90EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB90EA is #446F15. Grayscale: #A6A6A6. Windows color (decimal): -4484886 or 15372475. OLE color: 15372475.

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

Color convert

RGB 187 144 234 -
CMYK 0.20 0.38 0 0.08
HSL 268.67º 0.68% 0.74% -
HSV(B) 268.67º 0.38% 0.92% -
XYZ 45.32 36.45 82.49 -
YUV 167.12 165.75 142.18 -
System Red Green Blue C M Y K H S L
Decimal 187 144 234 0.20 0.38 0 0.08 268.67 0.68 0.74
Hex BB 90 EA 14 26 0 8 10D 44 4A
Octal 273 220 352 24 46 0 10 415 104 112
Binary 10111011 10010000 11101010 10100 100110 0 1000 100001101 1000100 1001010

Color Harmonies of #BB90EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB90EA

Black with #BB90EA

Text Example


Text Example

White with #BB90EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB90EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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