Html Css Color HEX #B99EEC Perfume

📋 copy color: '#B99EEC'

red 185 ◦ green 158 ◦ blue 236

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

Shades of Perfume #B99EEC

Tints of Perfume #B99EEC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.29%

 BLUE value IS 236 (92.58% from 255) = 40.76%

R = 31.95%
G = 27.29%
B = 40.76%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B99EEC (or 0xB99EEC) is known color: Perfume. HEX triplet: B9, 9E and EC. RGB value is (185,158,236). Sum of RGB (Red+Green+Blue) = 185+158+236=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 158 (62.11% from 255 or 27.29% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #B99EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99EEC is #466113. Grayscale: #AEAEAE. Windows color (decimal): -4612372 or 15507129. OLE color: 15507129.

HSL color Cylindrical-coordinate representation of color #B99EEC: hue angle of 260.77º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B99EEC is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 158 236 -
CMYK 0.22 0.33 0 0.07
HSL 260.77º 0.67% 0.77% -
HSV(B) 260.77º 0.33% 0.93% -
XYZ 47.37 40.82 84.74 -
YUV 174.97 162.45 135.16 -
System Red Green Blue C M Y K H S L
Decimal 185 158 236 0.22 0.33 0 0.07 260.77 0.67 0.77
Hex B9 9E EC 16 21 0 7 105 43 4D
Octal 271 236 354 26 41 0 7 405 103 115
Binary 10111001 10011110 11101100 10110 100001 0 111 100000101 1000011 1001101

Color Harmonies of #B99EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99EEC

Black with #B99EEC

Text Example


Text Example

White with #B99EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99EEC; }

 p { color: rgb(185,158,236); }

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

background-color css

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

 a { background-color: rgb(185,158,236); }

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

border-color css

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

 span { border-color: rgb(185,158,236); }

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