Html Css Color HEX #BB9CF7 Perfume

📋 copy color: '#BB9CF7'

red 187 ◦ green 156 ◦ blue 247

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

Shades of Perfume #BB9CF7

Tints of Perfume #BB9CF7

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.44%

 BLUE value IS 247 (96.88% from 255) = 41.86%

R = 31.69%
G = 26.44%
B = 41.86%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BB9CF7 (or 0xBB9CF7) is known color: Perfume. HEX triplet: BB, 9C and F7. RGB value is (187,156,247). Sum of RGB (Red+Green+Blue) = 187+156+247=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 156 (61.33% from 255 or 26.44% from 590); Blue value is 247 (96.88% from 255 or 41.86% from 590); Max value from RGB is 247 - color contains mainly: blue. Hex color #BB9CF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9CF7 is #446308. Grayscale: #AFAFAF. Windows color (decimal): -4481801 or 16227515. OLE color: 16227515.

HSL color Cylindrical-coordinate representation of color #BB9CF7: hue angle of 260.44º degrees, saturation: 0.85, 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 #BB9CF7 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 156 247 -
CMYK 0.24 0.37 0 0.03
HSL 260.44º 0.85% 0.79% -
HSV(B) 260.44º 0.37% 0.97% -
XYZ 49.17 41.06 93.33 -
YUV 175.64 168.27 136.1 -
System Red Green Blue C M Y K H S L
Decimal 187 156 247 0.24 0.37 0 0.03 260.44 0.85 0.79
Hex BB 9C F7 18 25 0 3 104 55 4F
Octal 273 234 367 30 45 0 3 404 125 117
Binary 10111011 10011100 11110111 11000 100101 0 11 100000100 1010101 1001111

Color Harmonies of #BB9CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9CF7

Black with #BB9CF7

Text Example


Text Example

White with #BB9CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9CF7; }

 p { color: rgb(187,156,247); }

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

background-color css

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

 a { background-color: rgb(187,156,247); }

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

border-color css

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

 span { border-color: rgb(187,156,247); }

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