Html Css Color HEX #BB9CF6 Perfume

📋 copy color: '#BB9CF6'

red 187 ◦ green 156 ◦ blue 246

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

Shades of Perfume #BB9CF6

Tints of Perfume #BB9CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 41.77%

R = 31.75%
G = 26.49%
B = 41.77%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BB9CF6 (or 0xBB9CF6) is known color: Perfume. HEX triplet: BB, 9C and F6. RGB value is (187,156,246). Sum of RGB (Red+Green+Blue) = 187+156+246=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 156 (61.33% from 255 or 26.49% from 589); Blue value is 246 (96.48% from 255 or 41.77% from 589); Max value from RGB is 246 - color contains mainly: blue. Hex color #BB9CF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9CF6 is #446309. Grayscale: #AFAFAF. Windows color (decimal): -4481802 or 16161979. OLE color: 16161979.

HSL color Cylindrical-coordinate representation of color #BB9CF6: hue angle of 260.67º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB9CF6 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 156 246 -
CMYK 0.24 0.37 0 0.04
HSL 260.67º 0.83% 0.79% -
HSV(B) 260.67º 0.37% 0.96% -
XYZ 49.02 41 92.52 -
YUV 175.53 167.77 136.18 -
System Red Green Blue C M Y K H S L
Decimal 187 156 246 0.24 0.37 0 0.04 260.67 0.83 0.79
Hex BB 9C F6 18 25 0 4 105 53 4F
Octal 273 234 366 30 45 0 4 405 123 117
Binary 10111011 10011100 11110110 11000 100101 0 100 100000101 1010011 1001111

Color Harmonies of #BB9CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9CF6

Black with #BB9CF6

Text Example


Text Example

White with #BB9CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9CF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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