Html Css Color HEX #BB9FDA Perfume

📋 copy color: '#BB9FDA'

red 187 ◦ green 159 ◦ blue 218

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

Shades of Perfume #BB9FDA

Tints of Perfume #BB9FDA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.19%

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

R = 33.16%
G = 28.19%
B = 38.65%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB9FDA (or 0xBB9FDA) is known color: Perfume. HEX triplet: BB, 9F and DA. RGB value is (187,159,218). Sum of RGB (Red+Green+Blue) = 187+159+218=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 159 (62.5% from 255 or 28.19% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB9FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FDA is #446025. Grayscale: #ADADAD. Windows color (decimal): -4481062 or 14327739. OLE color: 14327739.

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

Color convert

RGB 187 159 218 -
CMYK 0.14 0.27 0 0.15
HSL 268.47º 0.44% 0.74% -
HSV(B) 268.47º 0.27% 0.85% -
XYZ 45.55 40.42 71.73 -
YUV 174.1 152.78 137.2 -
System Red Green Blue C M Y K H S L
Decimal 187 159 218 0.14 0.27 0 0.15 268.47 0.44 0.74
Hex BB 9F DA E 1B 0 F 10C 2C 4A
Octal 273 237 332 16 33 0 17 414 54 112
Binary 10111011 10011111 11011010 1110 11011 0 1111 100001100 101100 1001010

Color Harmonies of #BB9FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9FDA

Black with #BB9FDA

Text Example


Text Example

White with #BB9FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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