Html Css Color HEX #BB90FA Perfume

📋 copy color: '#BB90FA'

red 187 ◦ green 144 ◦ blue 250

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

Shades of Perfume #BB90FA

Tints of Perfume #BB90FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.03%

R = 32.19%
G = 24.78%
B = 43.03%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB90FA (or 0xBB90FA) is known color: Perfume. HEX triplet: BB, 90 and FA. RGB value is (187,144,250). Sum of RGB (Red+Green+Blue) = 187+144+250=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 144 (56.64% from 255 or 24.78% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB90FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB90FA is #446F05. Grayscale: #A8A8A8. Windows color (decimal): -4484870 or 16421051. OLE color: 16421051.

HSL color Cylindrical-coordinate representation of color #BB90FA: hue angle of 264.34º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB90FA is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 144 250 -
CMYK 0.25 0.42 0 0.02
HSL 264.34º 0.91% 0.77% -
HSV(B) 264.34º 0.42% 0.98% -
XYZ 47.72 37.41 95.15 -
YUV 168.94 173.75 140.88 -
System Red Green Blue C M Y K H S L
Decimal 187 144 250 0.25 0.42 0 0.02 264.34 0.91 0.77
Hex BB 90 FA 19 2A 0 2 108 5B 4D
Octal 273 220 372 31 52 0 2 410 133 115
Binary 10111011 10010000 11111010 11001 101010 0 10 100001000 1011011 1001101

Color Harmonies of #BB90FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB90FA

Black with #BB90FA

Text Example


Text Example

White with #BB90FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB90FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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