Html Css Color HEX #BB9CFC Perfume

📋 copy color: '#BB9CFC'

red 187 ◦ green 156 ◦ blue 252

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

Shades of Perfume #BB9CFC

Tints of Perfume #BB9CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.35%

R = 31.43%
G = 26.22%
B = 42.35%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB9CFC (or 0xBB9CFC) is known color: Perfume. HEX triplet: BB, 9C and FC. RGB value is (187,156,252). Sum of RGB (Red+Green+Blue) = 187+156+252=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 156 (61.33% from 255 or 26.22% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB9CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9CFC is #446303. Grayscale: #AFAFAF. Windows color (decimal): -4481796 or 16555195. OLE color: 16555195.

HSL color Cylindrical-coordinate representation of color #BB9CFC: hue angle of 259.38º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB9CFC is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 156 252 -
CMYK 0.26 0.38 0 0.01
HSL 259.38º 0.94% 0.8% -
HSV(B) 259.38º 0.38% 0.99% -
XYZ 49.95 41.37 97.45 -
YUV 176.21 170.77 135.69 -
System Red Green Blue C M Y K H S L
Decimal 187 156 252 0.26 0.38 0 0.01 259.38 0.94 0.8
Hex BB 9C FC 1A 26 0 1 103 5E 50
Octal 273 234 374 32 46 0 1 403 136 120
Binary 10111011 10011100 11111100 11010 100110 0 1 100000011 1011110 1010000

Color Harmonies of #BB9CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9CFC

Black with #BB9CFC

Text Example


Text Example

White with #BB9CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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