Html Css Color HEX #BB9DF8 Perfume

📋 copy color: '#BB9DF8'

red 187 ◦ green 157 ◦ blue 248

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

Shades of Perfume #BB9DF8

Tints of Perfume #BB9DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 41.89%

R = 31.59%
G = 26.52%
B = 41.89%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BB9DF8 (or 0xBB9DF8) is known color: Perfume. HEX triplet: BB, 9D and F8. RGB value is (187,157,248). Sum of RGB (Red+Green+Blue) = 187+157+248=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 157 (61.72% from 255 or 26.52% from 592); Blue value is 248 (97.27% from 255 or 41.89% from 592); Max value from RGB is 248 - color contains mainly: blue. Hex color #BB9DF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9DF8 is #446207. Grayscale: #B0B0B0. Windows color (decimal): -4481544 or 16293307. OLE color: 16293307.

HSL color Cylindrical-coordinate representation of color #BB9DF8: hue angle of 259.78º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB9DF8 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 157 248 -
CMYK 0.25 0.37 0 0.03
HSL 259.78º 0.87% 0.79% -
HSV(B) 259.78º 0.37% 0.97% -
XYZ 49.49 41.46 94.2 -
YUV 176.34 168.44 135.6 -
System Red Green Blue C M Y K H S L
Decimal 187 157 248 0.25 0.37 0 0.03 259.78 0.87 0.79
Hex BB 9D F8 19 25 0 3 104 57 4F
Octal 273 235 370 31 45 0 3 404 127 117
Binary 10111011 10011101 11111000 11001 100101 0 11 100000100 1010111 1001111

Color Harmonies of #BB9DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9DF8

Black with #BB9DF8

Text Example


Text Example

White with #BB9DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9DF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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