Html Css Color HEX #BB9BFC Perfume

📋 copy color: '#BB9BFC'

red 187 ◦ green 155 ◦ blue 252

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

Shades of Perfume #BB9BFC

Tints of Perfume #BB9BFC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.09%

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

R = 31.48%
G = 26.09%
B = 42.42%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB9BFC (or 0xBB9BFC) is known color: Perfume. HEX triplet: BB, 9B and FC. RGB value is (187,155,252). Sum of RGB (Red+Green+Blue) = 187+155+252=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 155 (60.94% from 255 or 26.09% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB9BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9BFC is #446403. Grayscale: #AFAFAF. Windows color (decimal): -4482052 or 16554939. OLE color: 16554939.

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

Color convert

RGB 187 155 252 -
CMYK 0.26 0.38 0 0.01
HSL 259.79º 0.94% 0.8% -
HSV(B) 259.79º 0.38% 0.99% -
XYZ 49.79 41.04 97.39 -
YUV 175.63 171.1 136.11 -
System Red Green Blue C M Y K H S L
Decimal 187 155 252 0.26 0.38 0 0.01 259.79 0.94 0.8
Hex BB 9B FC 1A 26 0 1 104 5E 50
Octal 273 233 374 32 46 0 1 404 136 120
Binary 10111011 10011011 11111100 11010 100110 0 1 100000100 1011110 1010000

Color Harmonies of #BB9BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9BFC

Black with #BB9BFC

Text Example


Text Example

White with #BB9BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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