Html Css Color HEX #B99CFB Perfume

📋 copy color: '#B99CFB'

red 185 ◦ green 156 ◦ blue 251

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

Shades of Perfume #B99CFB

Tints of Perfume #B99CFB

RGB

 RED value IS 185 (72.66% from 255) = 31.25%

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

 BLUE value IS 251 (98.44% from 255) = 42.4%

R = 31.25%
G = 26.35%
B = 42.4%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B99CFB (or 0xB99CFB) is known color: Perfume. HEX triplet: B9, 9C and FB. RGB value is (185,156,251). Sum of RGB (Red+Green+Blue) = 185+156+251=592 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.25% from 592); Green value is 156 (61.33% from 255 or 26.35% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #B99CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99CFB is #466304. Grayscale: #AFAFAF. Windows color (decimal): -4612869 or 16489657. OLE color: 16489657.

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

Color convert

RGB 185 156 251 -
CMYK 0.26 0.38 0 0.02
HSL 258.32º 0.92% 0.8% -
HSV(B) 258.32º 0.38% 0.98% -
XYZ 49.31 41.06 96.59 -
YUV 175.5 170.61 134.78 -
System Red Green Blue C M Y K H S L
Decimal 185 156 251 0.26 0.38 0 0.02 258.32 0.92 0.8
Hex B9 9C FB 1A 26 0 2 102 5C 50
Octal 271 234 373 32 46 0 2 402 134 120
Binary 10111001 10011100 11111011 11010 100110 0 10 100000010 1011100 1010000

Color Harmonies of #B99CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99CFB

Black with #B99CFB

Text Example


Text Example

White with #B99CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99CFB; }

 p { color: rgb(185,156,251); }

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

background-color css

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

 a { background-color: rgb(185,156,251); }

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

border-color css

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

 span { border-color: rgb(185,156,251); }

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