Html Css Color HEX #BB9DE9 Perfume

📋 copy color: '#BB9DE9'

red 187 ◦ green 157 ◦ blue 233

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

Shades of Perfume #BB9DE9

Tints of Perfume #BB9DE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 40.38%

R = 32.41%
G = 27.21%
B = 40.38%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BB9DE9 (or 0xBB9DE9) is known color: Perfume. HEX triplet: BB, 9D and E9. RGB value is (187,157,233). Sum of RGB (Red+Green+Blue) = 187+157+233=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 157 (61.72% from 255 or 27.21% from 577); Blue value is 233 (91.41% from 255 or 40.38% from 577); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB9DE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9DE9 is #446216. Grayscale: #AEAEAE. Windows color (decimal): -4481559 or 15310267. OLE color: 15310267.

HSL color Cylindrical-coordinate representation of color #BB9DE9: hue angle of 263.68º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB9DE9 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 157 233 -
CMYK 0.20 0.33 0 0.09
HSL 263.68º 0.63% 0.76% -
HSV(B) 263.68º 0.33% 0.91% -
XYZ 47.26 40.56 82.43 -
YUV 174.63 160.94 136.82 -
System Red Green Blue C M Y K H S L
Decimal 187 157 233 0.20 0.33 0 0.09 263.68 0.63 0.76
Hex BB 9D E9 14 21 0 9 108 3F 4C
Octal 273 235 351 24 41 0 11 410 77 114
Binary 10111011 10011101 11101001 10100 100001 0 1001 100001000 111111 1001100

Color Harmonies of #BB9DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9DE9

Black with #BB9DE9

Text Example


Text Example

White with #BB9DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9DE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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