Html Css Color HEX #BB9DFB Perfume

📋 copy color: '#BB9DFB'

red 187 ◦ green 157 ◦ blue 251

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

Shades of Perfume #BB9DFB

Tints of Perfume #BB9DFB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.39%

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

R = 31.43%
G = 26.39%
B = 42.18%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB9DFB (or 0xBB9DFB) is known color: Perfume. HEX triplet: BB, 9D and FB. RGB value is (187,157,251). Sum of RGB (Red+Green+Blue) = 187+157+251=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 157 (61.72% from 255 or 26.39% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB9DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9DFB is #446204. Grayscale: #B0B0B0. Windows color (decimal): -4481541 or 16489915. OLE color: 16489915.

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

Color convert

RGB 187 157 251 -
CMYK 0.25 0.37 0 0.02
HSL 259.15º 0.92% 0.8% -
HSV(B) 259.15º 0.37% 0.98% -
XYZ 49.96 41.64 96.67 -
YUV 176.69 169.94 135.36 -
System Red Green Blue C M Y K H S L
Decimal 187 157 251 0.25 0.37 0 0.02 259.15 0.92 0.8
Hex BB 9D FB 19 25 0 2 103 5C 50
Octal 273 235 373 31 45 0 2 403 134 120
Binary 10111011 10011101 11111011 11001 100101 0 10 100000011 1011100 1010000

Color Harmonies of #BB9DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9DFB

Black with #BB9DFB

Text Example


Text Example

White with #BB9DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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