Html Css Color HEX #BB90FC Perfume

📋 copy color: '#BB90FC'

red 187 ◦ green 144 ◦ blue 252

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

Shades of Perfume #BB90FC

Tints of Perfume #BB90FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.22%

R = 32.08%
G = 24.7%
B = 43.22%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB90FC (or 0xBB90FC) is known color: Perfume. HEX triplet: BB, 90 and FC. RGB value is (187,144,252). Sum of RGB (Red+Green+Blue) = 187+144+252=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 144 (56.64% from 255 or 24.70% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB90FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB90FC is #446F03. Grayscale: #A8A8A8. Windows color (decimal): -4484868 or 16552123. OLE color: 16552123.

HSL color Cylindrical-coordinate representation of color #BB90FC: hue angle of 263.89º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB90FC is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 144 252 -
CMYK 0.26 0.43 0 0.01
HSL 263.89º 0.95% 0.78% -
HSV(B) 263.89º 0.43% 0.99% -
XYZ 48.04 37.54 96.81 -
YUV 169.17 174.75 140.72 -
System Red Green Blue C M Y K H S L
Decimal 187 144 252 0.26 0.43 0 0.01 263.89 0.95 0.78
Hex BB 90 FC 1A 2B 0 1 108 5F 4E
Octal 273 220 374 32 53 0 1 410 137 116
Binary 10111011 10010000 11111100 11010 101011 0 1 100001000 1011111 1001110

Color Harmonies of #BB90FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB90FC

Black with #BB90FC

Text Example


Text Example

White with #BB90FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB90FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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