Html Css Color HEX #BB9BFD Perfume

📋 copy color: '#BB9BFD'

red 187 ◦ green 155 ◦ blue 253

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

Shades of Perfume #BB9BFD

Tints of Perfume #BB9BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.52%

R = 31.43%
G = 26.05%
B = 42.52%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB9BFD (or 0xBB9BFD) is known color: Perfume. HEX triplet: BB, 9B and FD. RGB value is (187,155,253). Sum of RGB (Red+Green+Blue) = 187+155+253=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 155 (60.94% from 255 or 26.05% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB9BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9BFD is #446402. Grayscale: #AFAFAF. Windows color (decimal): -4482051 or 16620475. OLE color: 16620475.

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

Color convert

RGB 187 155 253 -
CMYK 0.26 0.39 0 0.01
HSL 259.59º 0.96% 0.8% -
HSV(B) 259.59º 0.39% 0.99% -
XYZ 49.94 41.1 98.23 -
YUV 175.74 171.6 136.03 -
System Red Green Blue C M Y K H S L
Decimal 187 155 253 0.26 0.39 0 0.01 259.59 0.96 0.8
Hex BB 9B FD 1A 27 0 1 104 60 50
Octal 273 233 375 32 47 0 1 404 140 120
Binary 10111011 10011011 11111101 11010 100111 0 1 100000100 1100000 1010000

Color Harmonies of #BB9BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9BFD

Black with #BB9BFD

Text Example


Text Example

White with #BB9BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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