Html Css Color HEX #BB9FF8 Perfume

📋 copy color: '#BB9FF8'

red 187 ◦ green 159 ◦ blue 248

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

Shades of Perfume #BB9FF8

Tints of Perfume #BB9FF8

RGB

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

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

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

R = 31.48%
G = 26.77%
B = 41.75%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BB9FF8 (or 0xBB9FF8) is known color: Perfume. HEX triplet: BB, 9F and F8. RGB value is (187,159,248). Sum of RGB (Red+Green+Blue) = 187+159+248=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 159 (62.5% from 255 or 26.77% from 594); Blue value is 248 (97.27% from 255 or 41.75% from 594); Max value from RGB is 248 - color contains mainly: blue. Hex color #BB9FF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9FF8 is #446007. Grayscale: #B1B1B1. Windows color (decimal): -4481032 or 16293819. OLE color: 16293819.

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

Color convert

RGB 187 159 248 -
CMYK 0.25 0.36 0 0.03
HSL 258.88º 0.86% 0.8% -
HSV(B) 258.88º 0.36% 0.97% -
XYZ 49.83 42.14 94.31 -
YUV 177.52 167.78 134.76 -
System Red Green Blue C M Y K H S L
Decimal 187 159 248 0.25 0.36 0 0.03 258.88 0.86 0.8
Hex BB 9F F8 19 24 0 3 103 56 50
Octal 273 237 370 31 44 0 3 403 126 120
Binary 10111011 10011111 11111000 11001 100100 0 11 100000011 1010110 1010000

Color Harmonies of #BB9FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9FF8

Black with #BB9FF8

Text Example


Text Example

White with #BB9FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9FF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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