Html Css Color HEX #B99CEF Perfume

📋 copy color: '#B99CEF'

red 185 ◦ green 156 ◦ blue 239

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

Shades of Perfume #B99CEF

Tints of Perfume #B99CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.21%

R = 31.9%
G = 26.9%
B = 41.21%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B99CEF (or 0xB99CEF) is known color: Perfume. HEX triplet: B9, 9C and EF. RGB value is (185,156,239). Sum of RGB (Red+Green+Blue) = 185+156+239=580 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.90% from 580); Green value is 156 (61.33% from 255 or 26.90% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: blue. Hex color #B99CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99CEF is #466310. Grayscale: #ADADAD. Windows color (decimal): -4612881 or 15703225. OLE color: 15703225.

HSL color Cylindrical-coordinate representation of color #B99CEF: hue angle of 260.96º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B99CEF is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 156 239 -
CMYK 0.23 0.35 0 0.06
HSL 260.96º 0.72% 0.77% -
HSV(B) 260.96º 0.35% 0.94% -
XYZ 47.48 40.32 86.94 -
YUV 174.13 164.61 135.75 -
System Red Green Blue C M Y K H S L
Decimal 185 156 239 0.23 0.35 0 0.06 260.96 0.72 0.77
Hex B9 9C EF 17 23 0 6 105 48 4D
Octal 271 234 357 27 43 0 6 405 110 115
Binary 10111001 10011100 11101111 10111 100011 0 110 100000101 1001000 1001101

Color Harmonies of #B99CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99CEF

Black with #B99CEF

Text Example


Text Example

White with #B99CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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