Html Css Color HEX #BB9BE4 Perfume

📋 copy color: '#BB9BE4'

red 187 ◦ green 155 ◦ blue 228

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

Shades of Perfume #BB9BE4

Tints of Perfume #BB9BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40%

R = 32.81%
G = 27.19%
B = 40%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BB9BE4 (or 0xBB9BE4) is known color: Perfume. HEX triplet: BB, 9B and E4. RGB value is (187,155,228). Sum of RGB (Red+Green+Blue) = 187+155+228=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 155 (60.94% from 255 or 27.19% from 570); Blue value is 228 (89.45% from 255 or 40% from 570); Max value from RGB is 228 - color contains mainly: blue. Hex color #BB9BE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9BE4 is #44641B. Grayscale: #ACACAC. Windows color (decimal): -4482076 or 14982075. OLE color: 14982075.

HSL color Cylindrical-coordinate representation of color #BB9BE4: hue angle of 266.3º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB9BE4 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 155 228 -
CMYK 0.18 0.32 0 0.11
HSL 266.3º 0.57% 0.75% -
HSV(B) 266.3º 0.32% 0.89% -
XYZ 46.22 39.61 78.61 -
YUV 172.89 159.1 138.06 -
System Red Green Blue C M Y K H S L
Decimal 187 155 228 0.18 0.32 0 0.11 266.3 0.57 0.75
Hex BB 9B E4 12 20 0 B 10A 39 4B
Octal 273 233 344 22 40 0 13 412 71 113
Binary 10111011 10011011 11100100 10010 100000 0 1011 100001010 111001 1001011

Color Harmonies of #BB9BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9BE4

Black with #BB9BE4

Text Example


Text Example

White with #BB9BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9BE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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