Html Css Color HEX #BB9BDA Perfume

📋 copy color: '#BB9BDA'

red 187 ◦ green 155 ◦ blue 218

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

Shades of Perfume #BB9BDA

Tints of Perfume #BB9BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.93%

R = 33.39%
G = 27.68%
B = 38.93%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB9BDA (or 0xBB9BDA) is known color: Perfume. HEX triplet: BB, 9B and DA. RGB value is (187,155,218). Sum of RGB (Red+Green+Blue) = 187+155+218=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 155 (60.94% from 255 or 27.68% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB9BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9BDA is #446425. Grayscale: #ABABAB. Windows color (decimal): -4482086 or 14326715. OLE color: 14326715.

HSL color Cylindrical-coordinate representation of color #BB9BDA: hue angle of 270.48º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB9BDA is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 155 218 -
CMYK 0.14 0.29 0 0.15
HSL 270.48º 0.46% 0.73% -
HSV(B) 270.48º 0.29% 0.85% -
XYZ 44.87 39.07 71.51 -
YUV 171.75 154.1 138.88 -
System Red Green Blue C M Y K H S L
Decimal 187 155 218 0.14 0.29 0 0.15 270.48 0.46 0.73
Hex BB 9B DA E 1D 0 F 10E 2E 49
Octal 273 233 332 16 35 0 17 416 56 111
Binary 10111011 10011011 11011010 1110 11101 0 1111 100001110 101110 1001001

Color Harmonies of #BB9BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9BDA

Black with #BB9BDA

Text Example


Text Example

White with #BB9BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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