Html Css Color HEX #BB9BFE Perfume

📋 copy color: '#BB9BFE'

red 187 ◦ green 155 ◦ blue 254

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

Shades of Perfume #BB9BFE

Tints of Perfume #BB9BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.62%

R = 31.38%
G = 26.01%
B = 42.62%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB9BFE (or 0xBB9BFE) is known color: Perfume. HEX triplet: BB, 9B and FE. RGB value is (187,155,254). Sum of RGB (Red+Green+Blue) = 187+155+254=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 155 (60.94% from 255 or 26.01% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB9BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9BFE is #446401. Grayscale: #AFAFAF. Windows color (decimal): -4482050 or 16686011. OLE color: 16686011.

HSL color Cylindrical-coordinate representation of color #BB9BFE: hue angle of 259.39º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB9BFE is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 155 254 -
CMYK 0.26 0.39 0 0.00
HSL 259.39º 0.98% 0.8% -
HSV(B) 259.39º 0.39% 1% -
XYZ 50.1 41.16 99.07 -
YUV 175.85 172.1 135.95 -
System Red Green Blue C M Y K H S L
Decimal 187 155 254 0.26 0.39 0 0.00 259.39 0.98 0.8
Hex BB 9B FE 1A 27 0 0 103 62 50
Octal 273 233 376 32 47 0 0 403 142 120
Binary 10111011 10011011 11111110 11010 100111 0 0 100000011 1100010 1010000

Color Harmonies of #BB9BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9BFE

Black with #BB9BFE

Text Example


Text Example

White with #BB9BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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