Html Css Color HEX #BB9BFB Perfume

📋 copy color: '#BB9BFB'

red 187 ◦ green 155 ◦ blue 251

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

Shades of Perfume #BB9BFB

Tints of Perfume #BB9BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.33%

R = 31.53%
G = 26.14%
B = 42.33%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB9BFB (or 0xBB9BFB) is known color: Perfume. HEX triplet: BB, 9B and FB. RGB value is (187,155,251). Sum of RGB (Red+Green+Blue) = 187+155+251=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 155 (60.94% from 255 or 26.14% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB9BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9BFB is #446404. Grayscale: #AFAFAF. Windows color (decimal): -4482053 or 16489403. OLE color: 16489403.

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

Color convert

RGB 187 155 251 -
CMYK 0.25 0.38 0 0.02
HSL 260º 0.92% 0.8% -
HSV(B) 260º 0.38% 0.98% -
XYZ 49.63 40.97 96.56 -
YUV 175.51 170.6 136.19 -
System Red Green Blue C M Y K H S L
Decimal 187 155 251 0.25 0.38 0 0.02 260 0.92 0.8
Hex BB 9B FB 19 26 0 2 104 5C 50
Octal 273 233 373 31 46 0 2 404 134 120
Binary 10111011 10011011 11111011 11001 100110 0 10 100000100 1011100 1010000

Color Harmonies of #BB9BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9BFB

Black with #BB9BFB

Text Example


Text Example

White with #BB9BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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