Html Css Color HEX #BB9BEA Perfume

📋 copy color: '#BB9BEA'

red 187 ◦ green 155 ◦ blue 234

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

Shades of Perfume #BB9BEA

Tints of Perfume #BB9BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.63%

R = 32.47%
G = 26.91%
B = 40.63%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB9BEA (or 0xBB9BEA) is known color: Perfume. HEX triplet: BB, 9B and EA. RGB value is (187,155,234). Sum of RGB (Red+Green+Blue) = 187+155+234=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 155 (60.94% from 255 or 26.91% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB9BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9BEA is #446415. Grayscale: #ADADAD. Windows color (decimal): -4482070 or 15375291. OLE color: 15375291.

HSL color Cylindrical-coordinate representation of color #BB9BEA: hue angle of 264.3º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB9BEA is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 155 234 -
CMYK 0.20 0.34 0 0.08
HSL 264.3º 0.65% 0.76% -
HSV(B) 264.3º 0.34% 0.92% -
XYZ 47.07 39.95 83.07 -
YUV 173.57 162.1 137.58 -
System Red Green Blue C M Y K H S L
Decimal 187 155 234 0.20 0.34 0 0.08 264.3 0.65 0.76
Hex BB 9B EA 14 22 0 8 108 41 4C
Octal 273 233 352 24 42 0 10 410 101 114
Binary 10111011 10011011 11101010 10100 100010 0 1000 100001000 1000001 1001100

Color Harmonies of #BB9BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9BEA

Black with #BB9BEA

Text Example


Text Example

White with #BB9BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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