Html Css Color HEX #B999F2 Perfume

📋 copy color: '#B999F2'

red 185 ◦ green 153 ◦ blue 242

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

Shades of Perfume #B999F2

Tints of Perfume #B999F2

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.38%

 BLUE value IS 242 (94.92% from 255) = 41.72%

R = 31.9%
G = 26.38%
B = 41.72%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B999F2 (or 0xB999F2) is known color: Perfume. HEX triplet: B9, 99 and F2. RGB value is (185,153,242). Sum of RGB (Red+Green+Blue) = 185+153+242=580 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.90% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 242 - color contains mainly: blue. Hex color #B999F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B999F2 is #46660D. Grayscale: #ACACAC. Windows color (decimal): -4613646 or 15899065. OLE color: 15899065.

HSL color Cylindrical-coordinate representation of color #B999F2: hue angle of 261.57º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B999F2 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 153 242 -
CMYK 0.24 0.37 0 0.05
HSL 261.57º 0.77% 0.77% -
HSV(B) 261.57º 0.37% 0.95% -
XYZ 47.43 39.51 89.13 -
YUV 172.71 167.1 136.76 -
System Red Green Blue C M Y K H S L
Decimal 185 153 242 0.24 0.37 0 0.05 261.57 0.77 0.77
Hex B9 99 F2 18 25 0 5 106 4D 4D
Octal 271 231 362 30 45 0 5 406 115 115
Binary 10111001 10011001 11110010 11000 100101 0 101 100000110 1001101 1001101

Color Harmonies of #B999F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B999F2

Black with #B999F2

Text Example


Text Example

White with #B999F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B999F2; }

 p { color: rgb(185,153,242); }

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

background-color css

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

 a { background-color: rgb(185,153,242); }

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

border-color css

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

 span { border-color: rgb(185,153,242); }

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